aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/walletdb.cpp
diff options
context:
space:
mode:
authorjtimon <jtimon@jtimon.cc>2015-01-24 15:57:12 +0100
committerJorge Timón <jtimon@jtimon.cc>2015-05-15 16:05:28 +0200
commitda29ecbcc6c003a603ee2312309d593708ec6fb2 (patch)
tree7d736bfddf11c238fe5f811f2ff4671f05ef617c /src/wallet/walletdb.cpp
parent27afcd89db302d87168e0f504ee141dbf0e1ea22 (diff)
downloadbitcoin-da29ecbcc6c003a603ee2312309d593708ec6fb2.tar.xz
Consensus: MOVEONLY: Move CValidationState from main consensus/validation
Diffstat (limited to 'src/wallet/walletdb.cpp')
-rw-r--r--src/wallet/walletdb.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/walletdb.cpp b/src/wallet/walletdb.cpp
index de56a2d1af..d16e7825d6 100644
--- a/src/wallet/walletdb.cpp
+++ b/src/wallet/walletdb.cpp
@@ -6,6 +6,7 @@
#include "wallet/walletdb.h"
#include "base58.h"
+#include "consensus/validation.h"
#include "main.h"
#include "protocol.h"
#include "serialize.h"