Bugfix: Move boost/version include from db.cpp to walletdb.cpp where BOOST_VERSION is used

This commit is contained in:
Luke Dashjr
2013-07-15 22:13:42 +00:00
committed by Wladimir J. van der Laan
parent df238b1975
commit 89c2ea0891
2 changed files with 1 additions and 1 deletions

View File

@@ -6,7 +6,6 @@
#include "db.h"
#include "util.h"
#include "main.h"
#include <boost/version.hpp>
#include <boost/filesystem.hpp>
#include <boost/filesystem/fstream.hpp>

View File

@@ -5,6 +5,7 @@
#include "walletdb.h"
#include "wallet.h"
#include <boost/version.hpp>
#include <boost/filesystem.hpp>
using namespace std;