aboutsummaryrefslogtreecommitdiff
path: root/src/txmempool.h
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2016-08-28 01:26:41 +0200
committerPieter Wuille <pieter.wuille@gmail.com>2016-10-21 19:22:43 -0700
commit0334430b396acd1b1c248ad98c6fdbd50c4c4309 (patch)
tree49b905340fd7b3be52ab8deae49d1fe98a64be2b /src/txmempool.h
parent4100499db4e886d7a9ad2dcf4007ce44fb2c1a62 (diff)
downloadbitcoin-0334430b396acd1b1c248ad98c6fdbd50c4c4309.tar.xz
Add some missing includes
Diffstat (limited to 'src/txmempool.h')
-rw-r--r--src/txmempool.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/txmempool.h b/src/txmempool.h
index 1a7e054e37..bb2638c3b7 100644
--- a/src/txmempool.h
+++ b/src/txmempool.h
@@ -8,6 +8,10 @@
#include <memory>
#include <set>
+#include <map>
+#include <vector>
+#include <utility>
+#include <string>
#include "amount.h"
#include "coins.h"