mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-22 20:44:56 +00:00
use DB_CXX_HEADER. fix #114
This commit is contained in:
parent
3f16049a3a
commit
03b1371190
6
src/db.h
6
src/db.h
@ -13,7 +13,11 @@
|
|||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include <boost/filesystem.hpp>
|
#include <boost/filesystem.hpp>
|
||||||
#include <db_cxx.h>
|
#ifdef DB_CXX_HEADER
|
||||||
|
#include DB_CXX_HEADER
|
||||||
|
#else
|
||||||
|
#include <db_cxx.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
class CAddrMan;
|
class CAddrMan;
|
||||||
class CBlockLocator;
|
class CBlockLocator;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user