mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 03:47:29 -03:00
qt: Fix linking when configured with -DENABLE_WALLET=OFF
This change is required for Qt 6, but it is meaningful on its own.
This commit is contained in:
parent
69409bc6e5
commit
5be34bacf6
1 changed files with 2 additions and 0 deletions
|
@ -16,7 +16,9 @@
|
|||
#include <qt/guiutil.h>
|
||||
#include <qt/peertablesortproxy.h>
|
||||
#include <qt/platformstyle.h>
|
||||
#ifdef ENABLE_WALLET
|
||||
#include <qt/walletmodel.h>
|
||||
#endif // ENABLE_WALLET
|
||||
#include <rpc/client.h>
|
||||
#include <rpc/server.h>
|
||||
#include <util/strencodings.h>
|
||||
|
|
Loading…
Reference in a new issue