util: Add missing headers to util/fees.cpp

Github-Pull: #17450
Rebased-From: b1315241375211563e9ec00391c4ac5310e1146f
This commit is contained in:
Hennadii Stepanov 2019-11-12 09:25:10 +02:00 committed by fanquake
parent 4d7875c555
commit 5276b0e5a2
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -3,8 +3,11 @@
// Distributed under the MIT software license, see the accompanying // Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php. // file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <util/fees.h>
#include <policy/fees.h> #include <policy/fees.h>
#include <map>
#include <string> #include <string>
std::string StringForFeeReason(FeeReason reason) { std::string StringForFeeReason(FeeReason reason) {