diff options
| author | jtimon <[email protected]> | 2014-08-27 20:11:41 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2014-09-08 20:21:33 +0200 |
| commit | da03e6ed7c380d8942592626b9677579267f86fd (patch) | |
| tree | 51bb4b2a76182c6c84fccfb9fcf3ef620d2e7338 /src/test/canonical_tests.cpp | |
| parent | Move CScript class and dependencies to script/script (diff) | |
| download | discoin-da03e6ed7c380d8942592626b9677579267f86fd.tar.xz discoin-da03e6ed7c380d8942592626b9677579267f86fd.zip | |
Separate script/interpreter
Diffstat (limited to 'src/test/canonical_tests.cpp')
| -rw-r--r-- | src/test/canonical_tests.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/canonical_tests.cpp b/src/test/canonical_tests.cpp index 2d2a60074..a17099de7 100644 --- a/src/test/canonical_tests.cpp +++ b/src/test/canonical_tests.cpp @@ -8,9 +8,11 @@ #include "data/sig_noncanonical.json.h" #include "data/sig_canonical.json.h" +#include "key.h" #include "random.h" -#include "scriptutils.h" +#include "script/interpreter.h" #include "util.h" +#include "utilstrencodings.h" #include <boost/foreach.hpp> #include <boost/test/unit_test.hpp> |