aboutsummaryrefslogtreecommitdiff
path: root/src/util/fees.cpp
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2019-11-12 09:25:10 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2019-11-12 09:30:52 +0200
commitb1315241375211563e9ec00391c4ac5310e1146f (patch)
tree1cfd15e49deaa3f824303284d864b994d4433871 /src/util/fees.cpp
parenta6f6333ba253cda83221ee529810cacf930e413f (diff)
downloadbitcoin-b1315241375211563e9ec00391c4ac5310e1146f.tar.xz
util: Add missing headers to util/fees.cpp
Diffstat (limited to 'src/util/fees.cpp')
-rw-r--r--src/util/fees.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/fees.cpp b/src/util/fees.cpp
index cf16d5e44f..41149888d7 100644
--- a/src/util/fees.cpp
+++ b/src/util/fees.cpp
@@ -3,8 +3,11 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
+#include <util/fees.h>
+
#include <policy/fees.h>
+#include <map>
#include <string>
std::string StringForFeeReason(FeeReason reason) {