diff options
| author | Luke Dashjr <[email protected]> | 2013-07-15 22:13:42 +0000 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2013-07-15 22:16:42 +0000 |
| commit | d4e2b040ed5dc4f068c89039bc1a8610b68df5c7 (patch) | |
| tree | 2a819216b5c60a909945bfc1c1e03a03061f6b95 /src/walletdb.cpp | |
| parent | Merge pull request #2825 from sipa/incompatkey (diff) | |
| download | discoin-d4e2b040ed5dc4f068c89039bc1a8610b68df5c7.tar.xz discoin-d4e2b040ed5dc4f068c89039bc1a8610b68df5c7.zip | |
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.cpp | 1 |
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; |