aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoin-tx.cpp
diff options
context:
space:
mode:
authorjtimon <[email protected]>2014-08-23 03:35:51 +0200
committerPieter Wuille <[email protected]>2014-09-08 20:21:35 +0200
commitc4408a6c8534a36711557028a69314024cbc1bbe (patch)
treeeccd3df9057ee057ffb27844295cd54fa2366a72 /src/bitcoin-tx.cpp
parentSeparate script/interpreter (diff)
downloaddiscoin-c4408a6c8534a36711557028a69314024cbc1bbe.tar.xz
discoin-c4408a6c8534a36711557028a69314024cbc1bbe.zip
Separate script/standard
Diffstat (limited to 'src/bitcoin-tx.cpp')
-rw-r--r--src/bitcoin-tx.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bitcoin-tx.cpp b/src/bitcoin-tx.cpp
index 5f547bba8..3f12304bb 100644
--- a/src/bitcoin-tx.cpp
+++ b/src/bitcoin-tx.cpp
@@ -8,6 +8,8 @@
#include "core.h"
#include "main.h" // for MAX_BLOCK_SIZE
#include "keystore.h"
+#include "script/script.h"
+#include "scriptutils.h"
#include "ui_interface.h" // for _(...)
#include "univalue/univalue.h"
#include "core_io.h"