Fix --disable-wallet build after merge of #5681
This commit is contained in:
parent
8d2fbfa491
commit
cbb2cf5522
2 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
#include "ui_interface.h"
|
||||
#include "util.h"
|
||||
#include "utilmoneystr.h"
|
||||
#include "validationinterface.h"
|
||||
#ifdef ENABLE_WALLET
|
||||
#include "wallet/wallet.h"
|
||||
#include "wallet/walletdb.h"
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
#include "pow.h"
|
||||
#include "rpcserver.h"
|
||||
#include "util.h"
|
||||
#include "validationinterface.h"
|
||||
#ifdef ENABLE_WALLET
|
||||
#include "wallet/db.h"
|
||||
#include "wallet/wallet.h"
|
||||
|
|
Loading…
Reference in a new issue