Skip to content

Commit

Permalink
qt: Fix linking when configured with -DENABLE_WALLET=OFF
Browse files Browse the repository at this point in the history
This change is required for Qt 6, but it is meaningful on its own.
  • Loading branch information
hebasto committed Sep 18, 2024
1 parent 4d18898 commit 42c7ef7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/qt/rpcconsole.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 42c7ef7

Please sign in to comment.