diff options
Diffstat (limited to 'src/wallet/fees.h')
-rw-r--r-- | src/wallet/fees.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/fees.h b/src/wallet/fees.h index 7b8a7dc868..225aff08ad 100644 --- a/src/wallet/fees.h +++ b/src/wallet/fees.h @@ -6,7 +6,7 @@ #ifndef BITCOIN_WALLET_FEES_H #define BITCOIN_WALLET_FEES_H -#include "amount.h" +#include <amount.h> class CBlockPolicyEstimator; class CCoinControl; |