BUGFIX: Move boost/version.hpp include from db.cpp to walletdb.cpp where BOOST_VERSIO...
[novacoin.git] / src / walletdb.cpp
index e538fc5..07a062e 100644 (file)
@@ -5,6 +5,7 @@
 
 #include "walletdb.h"
 #include "wallet.h"
+#include <boost/version.hpp>
 #include <boost/filesystem.hpp>
 
 using namespace std;