mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-07 22:21:11 +00:00
Bugfix: Move boost/version include from db.cpp to walletdb.cpp where BOOST_VERSION is used
This commit is contained in:
parent
df238b1975
commit
89c2ea0891
@ -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>
|
||||
|
||||
|
||||
@ -5,6 +5,7 @@
|
||||
|
||||
#include "walletdb.h"
|
||||
#include "wallet.h"
|
||||
#include <boost/version.hpp>
|
||||
#include <boost/filesystem.hpp>
|
||||
|
||||
using namespace std;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user