aboutsummaryrefslogtreecommitdiff
path: root/engines/lastexpress/data/cursor.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lastexpress/data/cursor.h')
-rw-r--r--engines/lastexpress/data/cursor.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/lastexpress/data/cursor.h b/engines/lastexpress/data/cursor.h
index 992266569f..0e9556aa6e 100644
--- a/engines/lastexpress/data/cursor.h
+++ b/engines/lastexpress/data/cursor.h
@@ -43,7 +43,9 @@
#include "lastexpress/shared.h"
-#include "common/stream.h"
+namespace Common {
+class SeekableReadStream;
+}
namespace LastExpress {