aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2023-05-25 14:33:16 +0100
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2023-05-25 15:52:08 +0100
commit1f97572b9c0d339a8497340e7066050aba9d7694 (patch)
treee0b18a830f630cf0b5774a581a81429342737603 /src/wallet/wallet.cpp
parent25202cace9140870c75cb3a811e10045df88c226 (diff)
Fix `#include`s in `src/wallet`
Diffstat (limited to 'src/wallet/wallet.cpp')
-rw-r--r--src/wallet/wallet.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp
index b3eed8abc7..535ad05b7d 100644
--- a/src/wallet/wallet.cpp
+++ b/src/wallet/wallet.cpp
@@ -42,6 +42,7 @@
#include <wallet/context.h>
#include <wallet/external_signer_scriptpubkeyman.h>
#include <wallet/fees.h>
+#include <wallet/scriptpubkeyman.h>
#include <univalue.h>