diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2016-08-28 01:26:41 +0200 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2016-10-21 19:22:43 -0700 |
commit | 0334430b396acd1b1c248ad98c6fdbd50c4c4309 (patch) | |
tree | 49b905340fd7b3be52ab8deae49d1fe98a64be2b | |
parent | 4100499db4e886d7a9ad2dcf4007ce44fb2c1a62 (diff) |
Add some missing includes
-rw-r--r-- | src/txmempool.h | 4 |
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" |