diff options
-rw-r--r-- | src/policy/rbf.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/policy/rbf.h b/src/policy/rbf.h index 6031745d8f..be8c2e5b8b 100644 --- a/src/policy/rbf.h +++ b/src/policy/rbf.h @@ -5,7 +5,12 @@ #ifndef BITCOIN_POLICY_RBF_H #define BITCOIN_POLICY_RBF_H +#include <primitives/transaction.h> #include <txmempool.h> +#include <uint256.h> + +#include <optional> +#include <string> /** Maximum number of transactions that can be replaced by BIP125 RBF (Rule #5). This includes all * mempool conflicts and their descendants. */ |