aboutsummaryrefslogtreecommitdiff
path: root/src/streams.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-03-20 12:30:27 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2015-03-20 12:30:29 +0100
commit3811a5025ebc48fbbed30178d645872e3b543068 (patch)
treecaf6765dd0a9455891f14d2df42f164b56cfba13 /src/streams.h
parentc7abfa595dda5b74b0386532dc6a685ab1c7f009 (diff)
parentd7d187e8a451ae946fa14cead7962edbe0046f12 (diff)
Merge #5810: MOVEONLY-ISH: allocators: split allocators and pagelocker
d7d187e allocators: split allocators and pagelocker (Cory Fields)
Diffstat (limited to 'src/streams.h')
-rw-r--r--src/streams.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/streams.h b/src/streams.h
index 9999c2341f..fa1e18defe 100644
--- a/src/streams.h
+++ b/src/streams.h
@@ -6,7 +6,7 @@
#ifndef BITCOIN_STREAMS_H
#define BITCOIN_STREAMS_H
-#include "allocators.h"
+#include "support/allocators/zeroafterfree.h"
#include "serialize.h"
#include <algorithm>