aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPieter Wuille <[email protected]>2016-08-28 01:26:41 +0200
committerPieter Wuille <[email protected]>2016-10-21 19:22:43 -0700
commit0334430b396acd1b1c248ad98c6fdbd50c4c4309 (patch)
tree49b905340fd7b3be52ab8deae49d1fe98a64be2b /src
parentReturn shared_ptr<CTransaction> from mempool removes (diff)
downloaddiscoin-0334430b396acd1b1c248ad98c6fdbd50c4c4309.tar.xz
discoin-0334430b396acd1b1c248ad98c6fdbd50c4c4309.zip
Add some missing includes
Diffstat (limited to 'src')
-rw-r--r--src/txmempool.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/txmempool.h b/src/txmempool.h
index 1a7e054e3..bb2638c3b 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"