diff options
| author | jtimon <[email protected]> | 2014-08-23 03:35:51 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2014-09-08 20:21:35 +0200 |
| commit | c4408a6c8534a36711557028a69314024cbc1bbe (patch) | |
| tree | eccd3df9057ee057ffb27844295cd54fa2366a72 /src/rpcrawtransaction.cpp | |
| parent | Separate script/interpreter (diff) | |
| download | discoin-c4408a6c8534a36711557028a69314024cbc1bbe.tar.xz discoin-c4408a6c8534a36711557028a69314024cbc1bbe.zip | |
Separate script/standard
Diffstat (limited to 'src/rpcrawtransaction.cpp')
| -rw-r--r-- | src/rpcrawtransaction.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rpcrawtransaction.cpp b/src/rpcrawtransaction.cpp index a73641834..901a16cd3 100644 --- a/src/rpcrawtransaction.cpp +++ b/src/rpcrawtransaction.cpp @@ -11,6 +11,8 @@ #include "main.h" #include "net.h" #include "rpcserver.h" +#include "script/script.h" +#include "script/standard.h" #include "uint256.h" #ifdef ENABLE_WALLET #include "wallet.h" |