add missing includes in policy/rbf

This commit is contained in:
glozow 2021-09-20 13:34:48 +01:00
parent c6abeb76fb
commit 0ef08f8bed

View file

@ -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. */