aboutsummaryrefslogtreecommitdiff
path: root/src/util/fees.cpp
diff options
context:
space:
mode:
authorHennadii Stepanov <[email protected]>2019-11-12 09:25:10 +0200
committerHennadii Stepanov <[email protected]>2019-11-12 09:30:52 +0200
commitb1315241375211563e9ec00391c4ac5310e1146f (patch)
tree1cfd15e49deaa3f824303284d864b994d4433871 /src/util/fees.cpp
parentMerge #17416: Appveyor improvement - text file for vcpkg package list (diff)
downloaddiscoin-b1315241375211563e9ec00391c4ac5310e1146f.tar.xz
discoin-b1315241375211563e9ec00391c4ac5310e1146f.zip
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 cf16d5e44..41149888d 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) {