aboutsummaryrefslogtreecommitdiff
path: root/test/common/bufferedseekablereadstream.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/common/bufferedseekablereadstream.h')
-rw-r--r--test/common/bufferedseekablereadstream.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/common/bufferedseekablereadstream.h b/test/common/bufferedseekablereadstream.h
index d9b8e2f6a0..11eb58f3d0 100644
--- a/test/common/bufferedseekablereadstream.h
+++ b/test/common/bufferedseekablereadstream.h
@@ -1,6 +1,7 @@
#include <cxxtest/TestSuite.h>
-#include "common/stream.h"
+#include "common/memstream.h"
+#include "common/bufferedstream.h"
class BufferedSeekableReadStreamTestSuite : public CxxTest::TestSuite {
public: