mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-02-04 03:04:27 +00:00
Bugfix: Move boost/version include from db.cpp to walletdb.cpp where BOOST_VERSION is used
This commit is contained in:
parent
c2aca50551
commit
d4e2b040ed
@ -8,7 +8,6 @@
|
|||||||
#include "util.h"
|
#include "util.h"
|
||||||
#include "hash.h"
|
#include "hash.h"
|
||||||
#include "addrman.h"
|
#include "addrman.h"
|
||||||
#include <boost/version.hpp>
|
|
||||||
#include <boost/filesystem.hpp>
|
#include <boost/filesystem.hpp>
|
||||||
#include <boost/filesystem/fstream.hpp>
|
#include <boost/filesystem/fstream.hpp>
|
||||||
#include <openssl/rand.h>
|
#include <openssl/rand.h>
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
|
|
||||||
#include "walletdb.h"
|
#include "walletdb.h"
|
||||||
#include "wallet.h"
|
#include "wallet.h"
|
||||||
|
#include <boost/version.hpp>
|
||||||
#include <boost/filesystem.hpp>
|
#include <boost/filesystem.hpp>
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user