diff options
author | fanquake <fanquake@gmail.com> | 2023-05-29 15:48:30 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-05-29 16:33:14 +0100 |
commit | dfe658009d5ab732bf48319588f532fbd2f11f1a (patch) | |
tree | 1f217d52188c894c2904e7e42ceebfdc4504262b /src/wallet/wallet.cpp | |
parent | 769dd1e826fa9b3b6385240b9dfbd3a71858584b (diff) | |
parent | 1f97572b9c0d339a8497340e7066050aba9d7694 (diff) |
Merge bitcoin/bitcoin#27759: Fix `#include`s in `src/wallet`
1f97572b9c0d339a8497340e7066050aba9d7694 Fix `#include`s in `src/wallet` (Hennadii Stepanov)
Pull request description:
This PR is a minimum required changes to fix https://github.com/bitcoin/bitcoin/pull/27571#discussion_r1195497290.
ACKs for top commit:
MarcoFalke:
lgtm ACK 1f97572b9c0d339a8497340e7066050aba9d7694
Tree-SHA512: de885210076d23f3394c42ca50e6ae2470c0ae6523399a2fa3ebb7c06383bdacef9c26166fa19747200396bed796c8772165e24416eb30ed8edd024e3394b2fe
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 0b241c4ef4..63ace5c47f 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> |