diff --git a/src/bench/wallet_balance.cpp b/src/bench/wallet_balance.cpp --- a/src/bench/wallet_balance.cpp +++ b/src/bench/wallet_balance.cpp @@ -6,11 +6,14 @@ #include #include #include +#include +#include + #include #include #include -#include -#include + +#include static void WalletBalance(benchmark::Bench &bench, const bool set_dirty, const bool add_watchonly, const bool add_mine) { diff --git a/src/miner.h b/src/miner.h --- a/src/miner.h +++ b/src/miner.h @@ -14,6 +14,7 @@ #include #include +#include class CBlockIndex; class CChainParams; diff --git a/src/node/psbt.h b/src/node/psbt.h --- a/src/node/psbt.h +++ b/src/node/psbt.h @@ -7,6 +7,8 @@ #include +#include + /** * Holds an analysis of one input from a PSBT */ diff --git a/src/psbt.h b/src/psbt.h --- a/src/psbt.h +++ b/src/psbt.h @@ -12,6 +12,8 @@ #include