aboutsummaryrefslogtreecommitdiff
path: root/src/txmempool.cpp
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2014-10-27 04:16:02 -0700
committerPieter Wuille <pieter.wuille@gmail.com>2014-10-27 04:16:48 -0700
commit60abd463ac2eaa8bc1d616d8c07880dc53d97211 (patch)
tree2353b47dca2426748005952a3d844bc149ccd387 /src/txmempool.cpp
parentd9702bcf7ca616b086c3a62a8efa0e10e9a9e5f7 (diff)
parentfa7361907a0a5d6698bb7e8e45fa5ac034b81066 (diff)
downloadbitcoin-60abd463ac2eaa8bc1d616d8c07880dc53d97211.tar.xz
Merge pull request #5119
fa73619 boost: split stream classes out of serialize.h (Cory Fields)
Diffstat (limited to 'src/txmempool.cpp')
-rw-r--r--src/txmempool.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/txmempool.cpp b/src/txmempool.cpp
index 4522c63617..b0d6b4aefa 100644
--- a/src/txmempool.cpp
+++ b/src/txmempool.cpp
@@ -6,6 +6,7 @@
#include "txmempool.h"
#include "core.h"
+#include "streams.h"
#include "util.h"
#include "utilmoneystr.h"
#include "version.h"