From 0fb4a1ddd228cdcedb1313aa8df6ac2b9ba97530 Mon Sep 17 00:00:00 2001 From: Simei Yin Date: Thu, 20 Jul 2017 19:08:53 +0200 Subject: SLUDGE: Objectify input and event handler --- engines/sludge/graphics.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/sludge/graphics.h') diff --git a/engines/sludge/graphics.h b/engines/sludge/graphics.h index 1914ea741e..69d1f5f4ed 100644 --- a/engines/sludge/graphics.h +++ b/engines/sludge/graphics.h @@ -23,6 +23,8 @@ #ifndef SLUDGE_GRAPHICS_H #define SLUDGE_GRAPHICS_H +#include "common/stream.h" + #include "graphics/surface.h" #include "graphics/transparent_surface.h" -- cgit v1.2.3