aboutsummaryrefslogtreecommitdiff
path: root/src/walletdb.cpp
diff options
context:
space:
mode:
authorJeff Garzik <[email protected]>2013-07-22 08:08:27 -0700
committerJeff Garzik <[email protected]>2013-07-22 08:08:27 -0700
commit0cb6d67e465a32799e18ce138f33861ef7f52bf0 (patch)
tree3a3a4e90727ba23feb5d10770875764ce5f503a8 /src/walletdb.cpp
parentMerge pull request #2826 from Diapolo/fix_mingw481 (diff)
parentBugfix: Move boost/version include from db.cpp to walletdb.cpp where BOOST_VE... (diff)
downloaddiscoin-0cb6d67e465a32799e18ce138f33861ef7f52bf0.tar.xz
discoin-0cb6d67e465a32799e18ce138f33861ef7f52bf0.zip
Merge pull request #2832 from luke-jr/bugfix_wdb_boostver
Bugfix: Move boost/version include from db.cpp to walletdb.cpp where BOOST_VERSION is used
Diffstat (limited to 'src/walletdb.cpp')
-rw-r--r--src/walletdb.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/walletdb.cpp b/src/walletdb.cpp
index 702e219a5..7aad77976 100644
--- a/src/walletdb.cpp
+++ b/src/walletdb.cpp
@@ -5,6 +5,7 @@
#include "walletdb.h"
#include "wallet.h"
+#include <boost/version.hpp>
#include <boost/filesystem.hpp>
using namespace std;