aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/graphics.h
diff options
context:
space:
mode:
authorSimei Yin2017-07-20 19:08:53 +0200
committerSimei Yin2017-07-20 19:10:01 +0200
commit0fb4a1ddd228cdcedb1313aa8df6ac2b9ba97530 (patch)
tree874c73d908c3a61e63845124125cecdaf71a81b8 /engines/sludge/graphics.h
parentcaa51ef49af5f6e92169a2f8095c08325823cb44 (diff)
downloadscummvm-rg350-0fb4a1ddd228cdcedb1313aa8df6ac2b9ba97530.tar.gz
scummvm-rg350-0fb4a1ddd228cdcedb1313aa8df6ac2b9ba97530.tar.bz2
scummvm-rg350-0fb4a1ddd228cdcedb1313aa8df6ac2b9ba97530.zip
SLUDGE: Objectify input and event handler
Diffstat (limited to 'engines/sludge/graphics.h')
-rw-r--r--engines/sludge/graphics.h2
1 files changed, 2 insertions, 0 deletions
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"