aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.cpp
diff options
context:
space:
mode:
authorjtimon <jtimon@blockstream.io>2014-08-27 17:22:33 +0200
committerPieter Wuille <pieter.wuille@gmail.com>2014-09-08 20:21:35 +0200
commite088d65acbb181220b64a45a2a62bb79c0e40304 (patch)
tree1017c1bfb9599c9dfa3d6d8327d8b65862ee0d74 /src/wallet.cpp
parent9294a4bbe7ec067a45905b6e693414ad7d3b5669 (diff)
downloadbitcoin-e088d65acbb181220b64a45a2a62bb79c0e40304.tar.xz
Separate script/sign
Diffstat (limited to 'src/wallet.cpp')
-rw-r--r--src/wallet.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wallet.cpp b/src/wallet.cpp
index d3ad4869bb..b69ed223b4 100644
--- a/src/wallet.cpp
+++ b/src/wallet.cpp
@@ -9,6 +9,8 @@
#include "checkpoints.h"
#include "coincontrol.h"
#include "net.h"
+#include "script/script.h"
+#include "script/sign.h"
#include "timedata.h"
#include "util.h"
#include "utilmoneystr.h"