util: Add missing headers to util/fees.cpp

This commit is contained in:
Hennadii Stepanov 2019-11-12 09:25:10 +02:00
parent a6f6333ba2
commit b131524137
No known key found for this signature in database
GPG key ID: 410108112E7EA81F

View file

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