From da29ecbcc6c003a603ee2312309d593708ec6fb2 Mon Sep 17 00:00:00 2001 From: jtimon Date: Sat, 24 Jan 2015 15:57:12 +0100 Subject: Consensus: MOVEONLY: Move CValidationState from main consensus/validation --- src/txmempool.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/txmempool.cpp') diff --git a/src/txmempool.cpp b/src/txmempool.cpp index 071fa9d52c..1c16e2092e 100644 --- a/src/txmempool.cpp +++ b/src/txmempool.cpp @@ -7,6 +7,7 @@ #include "clientversion.h" #include "consensus/consensus.h" +#include "consensus/validation.h" #include "main.h" #include "policy/fees.h" #include "streams.h" -- cgit v1.2.3