Skip to content

Commit cbb2cf5

Browse files
committed
Fix --disable-wallet build after merge of #5681
1 parent 8d2fbfa commit cbb2cf5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/init.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#include "ui_interface.h"
2424
#include "util.h"
2525
#include "utilmoneystr.h"
26+
#include "validationinterface.h"
2627
#ifdef ENABLE_WALLET
2728
#include "wallet/wallet.h"
2829
#include "wallet/walletdb.h"

src/rpcmining.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include "pow.h"
1414
#include "rpcserver.h"
1515
#include "util.h"
16+
#include "validationinterface.h"
1617
#ifdef ENABLE_WALLET
1718
#include "wallet/db.h"
1819
#include "wallet/wallet.h"

0 commit comments

Comments
 (0)