diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2023-05-25 14:33:16 +0100 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2023-05-25 15:52:08 +0100 |
commit | 1f97572b9c0d339a8497340e7066050aba9d7694 (patch) | |
tree | e0b18a830f630cf0b5774a581a81429342737603 /src/wallet/wallet.cpp | |
parent | 25202cace9140870c75cb3a811e10045df88c226 (diff) |
Fix `#include`s in `src/wallet`
Diffstat (limited to 'src/wallet/wallet.cpp')
-rw-r--r-- | src/wallet/wallet.cpp | 1 |
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> |