mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
Fix no-wallet build
This commit is contained in:
parent
2a7a5c6338
commit
baf8b81c4a
@ -15,7 +15,10 @@
|
||||
#include "scheduler.h"
|
||||
#include "spork.h"
|
||||
#include "validation.h"
|
||||
|
||||
#ifdef ENABLE_WALLET
|
||||
#include "wallet/wallet.h"
|
||||
#endif
|
||||
|
||||
// needed for nCompleteTXLocks
|
||||
#include "instantx.h"
|
||||
|
Loading…
Reference in New Issue
Block a user