Skip to content

Commit 6d4b97c

Browse files
author
MarcoFalke
committed
Merge #17450: util: Add missing headers to util/fees.cpp
b131524 util: Add missing headers to util/fees.cpp (Hennadii Stepanov) Pull request description: ACKs for top commit: laanwj: code review ACK b131524 MarcoFalke: ACK b131524 jnewbery: ACK b131524 Tree-SHA512: a1ad36bff12219912c6aaacd7d9dcbeccf0fa3373280fa6e804d7a4d267b485433d6e1c01134cfa6732d2fb30ec1ab4629dff6e4bea2fe4c1976180064a3c6ca
2 parents 80fdb6f + b131524 commit 6d4b97c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/util/fees.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
// Distributed under the MIT software license, see the accompanying
44
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
55

6+
#include <util/fees.h>
7+
68
#include <policy/fees.h>
79

10+
#include <map>
811
#include <string>
912

1013
std::string StringForFeeReason(FeeReason reason) {

0 commit comments

Comments
 (0)