diff options
| author | Pieter Wuille <[email protected]> | 2016-08-28 01:26:41 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2016-10-21 19:22:43 -0700 |
| commit | 0334430b396acd1b1c248ad98c6fdbd50c4c4309 (patch) | |
| tree | 49b905340fd7b3be52ab8deae49d1fe98a64be2b /src | |
| parent | Return shared_ptr<CTransaction> from mempool removes (diff) | |
| download | discoin-0334430b396acd1b1c248ad98c6fdbd50c4c4309.tar.xz discoin-0334430b396acd1b1c248ad98c6fdbd50c4c4309.zip | |
Add some missing includes
Diffstat (limited to 'src')
| -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 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" |