mirror of
https://github.com/monero-project/monero.git
synced 2025-12-10 00:51:28 +09:00
Fix cffc411c9025e1d28a8b6e32c53c83ba113d9204
Don't include bdb header unless defined(BERKELEY_DB)
This commit is contained in:
parent
8860b7497f
commit
9218cad640
@ -33,7 +33,9 @@
|
|||||||
#include "cryptonote_core/blockchain_storage.h" // in-memory DB
|
#include "cryptonote_core/blockchain_storage.h" // in-memory DB
|
||||||
#include "blockchain_db/blockchain_db.h"
|
#include "blockchain_db/blockchain_db.h"
|
||||||
#include "blockchain_db/lmdb/db_lmdb.h"
|
#include "blockchain_db/lmdb/db_lmdb.h"
|
||||||
|
#if defined(BERKELEY_DB)
|
||||||
#include "blockchain_db/berkeleydb/db_bdb.h"
|
#include "blockchain_db/berkeleydb/db_bdb.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
using namespace cryptonote;
|
using namespace cryptonote;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user