From d4e2b040ed5dc4f068c89039bc1a8610b68df5c7 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Mon, 15 Jul 2013 22:13:42 +0000 Subject: Bugfix: Move boost/version include from db.cpp to walletdb.cpp where BOOST_VERSION is used --- src/walletdb.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/walletdb.cpp') diff --git a/src/walletdb.cpp b/src/walletdb.cpp index 702e219a5b..7aad779767 100644 --- a/src/walletdb.cpp +++ b/src/walletdb.cpp @@ -5,6 +5,7 @@ #include "walletdb.h" #include "wallet.h" +#include #include using namespace std; -- cgit v1.2.3