Merge pull request #1524 from KMDLabs/master

merge changes for gcharang
This commit is contained in:
jl777
2019-06-03 23:05:06 -11:00
committed by GitHub
6 changed files with 18 additions and 7 deletions

View File

@@ -33,9 +33,11 @@
#include <boost/filesystem/path.hpp>
// If CCLIB fails to compile with this, use the one below.
#include <db_cxx.h>
//#include "../depends/x86_64-unknown-linux-gnu/include/db_cxx.h"
#ifdef BUILD_ROGUE
#include "../depends/x86_64-unknown-linux-gnu/include/db_cxx.h"
#else
#include <db_cxx.h>
#endif
extern unsigned int nWalletDBUpdated;