util: Add missing headers to util/fees.cpp

pull/17450/head
Hennadii Stepanov 5 years ago
parent a6f6333ba2
commit b131524137
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F

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

Loading…
Cancel
Save