Skip to content

Commit 0ef08f8

Browse files
committed
add missing includes in policy/rbf
1 parent c6abeb7 commit 0ef08f8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/policy/rbf.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@
55
#ifndef BITCOIN_POLICY_RBF_H
66
#define BITCOIN_POLICY_RBF_H
77

8+
#include <primitives/transaction.h>
89
#include <txmempool.h>
10+
#include <uint256.h>
11+
12+
#include <optional>
13+
#include <string>
914

1015
/** Maximum number of transactions that can be replaced by BIP125 RBF (Rule #5). This includes all
1116
* mempool conflicts and their descendants. */

0 commit comments

Comments
 (0)