aboutsummaryrefslogtreecommitdiff
path: root/src/policy/fees.h
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2018-04-02 18:31:40 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2018-04-02 18:31:52 +0000
commita5bca13095aa835d61f872081fc0cc2fa53552f3 (patch)
tree3f4ce332a537159a48f4a37da47599590034baa5 /src/policy/fees.h
parent9d9c4185fadaf243bb97c226e2fef16b65299699 (diff)
downloadbitcoin-a5bca13095aa835d61f872081fc0cc2fa53552f3.tar.xz
Bugfix: Include <memory> for std::unique_ptr
Diffstat (limited to 'src/policy/fees.h')
-rw-r--r--src/policy/fees.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/policy/fees.h b/src/policy/fees.h
index 96a842b7a1..f53bfbd867 100644
--- a/src/policy/fees.h
+++ b/src/policy/fees.h
@@ -12,6 +12,7 @@
#include <sync.h>
#include <map>
+#include <memory>
#include <string>
#include <vector>