From 617e89e9e893f9aac53be7153af24ae8052b1a28 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Tue, 11 Feb 2014 18:21:26 +0000 Subject: Fix compile error in MemBlockStream. Fix test/common memory leak checks now that MemBlockStream allocates another block. --- lib/common/MemBlockStream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/common/MemBlockStream.h') diff --git a/lib/common/MemBlockStream.h b/lib/common/MemBlockStream.h index f02e57ba..98398121 100644 --- a/lib/common/MemBlockStream.h +++ b/lib/common/MemBlockStream.h @@ -10,10 +10,10 @@ #ifndef MEMBLOCKSTREAM__H #define MEMBLOCKSTREAM__H +#include "CollectInBufferStream.h" #include "IOStream.h" class StreamableMemBlock; -class CollectInBufferStream; // -------------------------------------------------------------------------- // -- cgit v1.2.3