diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2019-11-12 09:25:10 +0200 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2020-01-03 20:05:16 +0800 |
commit | 5276b0e5a2e2a12c7e038a44847fe79d7afc2944 (patch) | |
tree | 62aed307ccc5703e0fcedb1084d57bcd20d6d9a1 | |
parent | 4d7875c55500368336992d66b296ba5ee01c0932 (diff) |
util: Add missing headers to util/fees.cpp
Github-Pull: #17450
Rebased-From: b1315241375211563e9ec00391c4ac5310e1146f
-rw-r--r-- | src/util/fees.cpp | 3 |
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) { |