mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-18 22:20:44 +02:00
util: Add missing headers to util/fees.cpp
This commit is contained in:
parent
a6f6333ba2
commit
b131524137
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user