From 5276b0e5a2e2a12c7e038a44847fe79d7afc2944 Mon Sep 17 00:00:00 2001
From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>
Date: Tue, 12 Nov 2019 09:25:10 +0200
Subject: [PATCH] util: Add missing headers to util/fees.cpp

Github-Pull: #17450
Rebased-From: b1315241375211563e9ec00391c4ac5310e1146f
---
 src/util/fees.cpp | 3 +++
 1 file changed, 3 insertions(+)

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) {