aboutsummaryrefslogtreecommitdiff
path: root/src/rpcblockchain.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/rpcblockchain.cpp
parent27afcd89db302d87168e0f504ee141dbf0e1ea22 (diff)
downloadbitcoin-da29ecbcc6c003a603ee2312309d593708ec6fb2.tar.xz
Consensus: MOVEONLY: Move CValidationState from main consensus/validation
Diffstat (limited to 'src/rpcblockchain.cpp')
-rw-r--r--src/rpcblockchain.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rpcblockchain.cpp b/src/rpcblockchain.cpp
index 4315c5ec18..79528db2fe 100644
--- a/src/rpcblockchain.cpp
+++ b/src/rpcblockchain.cpp
@@ -4,7 +4,9 @@
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "checkpoints.h"
+#include "consensus/validation.h"
#include "main.h"
+#include "primitives/transaction.h"
#include "rpcserver.h"
#include "sync.h"
#include "util.h"