aboutsummaryrefslogtreecommitdiff
path: root/src/txmempool.cpp
diff options
context:
space:
mode:
authorCory Fields <cory-nospam-@coryfields.com>2014-10-22 15:08:30 -0400
committerCory Fields <cory-nospam-@coryfields.com>2014-10-22 15:21:06 -0400
commitfa7361907a0a5d6698bb7e8e45fa5ac034b81066 (patch)
treeab9b6037f55bde2a5f6b9a9bb695fc512d055543 /src/txmempool.cpp
parent25cc1cf8dc03b9ba0ae886d354855adc207b5b6e (diff)
downloadbitcoin-fa7361907a0a5d6698bb7e8e45fa5ac034b81066.tar.xz
boost: split stream classes out of serialize.h
serialization now has no dependencies.
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"