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/multisig_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/multisig_tests.cpp')
| -rw-r--r-- | src/test/multisig_tests.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/multisig_tests.cpp b/src/test/multisig_tests.cpp index aa9b0de4c..e28682522 100644 --- a/src/test/multisig_tests.cpp +++ b/src/test/multisig_tests.cpp @@ -6,6 +6,7 @@ #include "keystore.h" #include "main.h" #include "script/script.h" +#include "script/interpreter.h" #include "scriptutils.h" #include "uint256.h" |