From: alex Date: Sun, 18 Aug 2013 14:25:08 +0000 (+0400) Subject: BUGFIX: Move boost/version.hpp include from db.cpp to walletdb.cpp where BOOST_VERSIO... X-Git-Tag: v0.4.4.2-nvc~7 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=7aed911750b6d8cfeb29655f32e619bde33b70f7 BUGFIX: Move boost/version.hpp include from db.cpp to walletdb.cpp where BOOST_VERSION is used. --- diff --git a/src/db.cpp b/src/db.cpp index 89c162b..dcd3b81 100644 --- a/src/db.cpp +++ b/src/db.cpp @@ -10,7 +10,6 @@ #include "main.h" #include "kernel.h" #include "ui_interface.h" -#include #include #include diff --git a/src/walletdb.cpp b/src/walletdb.cpp index e538fc5..07a062e 100644 --- a/src/walletdb.cpp +++ b/src/walletdb.cpp @@ -5,6 +5,7 @@ #include "walletdb.h" #include "wallet.h" +#include #include using namespace std;