aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.h
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/wallet.h
parentSeparate script/interpreter (diff)
downloaddiscoin-c4408a6c8534a36711557028a69314024cbc1bbe.tar.xz
discoin-c4408a6c8534a36711557028a69314024cbc1bbe.zip
Separate script/standard
Diffstat (limited to 'src/wallet.h')
-rw-r--r--src/wallet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet.h b/src/wallet.h
index f8e1ebac1..6788986f8 100644
--- a/src/wallet.h
+++ b/src/wallet.h
@@ -11,6 +11,7 @@
#include "key.h"
#include "keystore.h"
#include "main.h"
+#include "scriptutils.h"
#include "ui_interface.h"
#include "walletdb.h"