diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2013-07-15 22:13:42 +0000 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-12-05 09:15:39 +0100 |
commit | 89c2ea0891a9b0364982cbfdb65e64275906a49c (patch) | |
tree | 122ec345c1a53ae159ba63b194c58141def8b581 /src/walletdb.cpp | |
parent | df238b19755c65a6e5f7db660befff2ca8da09a6 (diff) |
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 81a21443a1..42f6bbde1e 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; |