aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOri Avtalion2011-04-28 21:03:12 +0300
committerOri Avtalion2011-04-28 21:03:24 +0300
commitca236589082bd3e748610f101f54de26eb90ebd9 (patch)
treecca9f468417bf43e9388a26dd24e72cdc34d6120
parent8feac89bc7329f002d3c4beba370d9c6ea05e798 (diff)
downloadscummvm-rg350-ca236589082bd3e748610f101f54de26eb90ebd9.tar.gz
scummvm-rg350-ca236589082bd3e748610f101f54de26eb90ebd9.tar.bz2
scummvm-rg350-ca236589082bd3e748610f101f54de26eb90ebd9.zip
MOHAWK: Fix compilation when only default engines are enabled
-rw-r--r--engines/mohawk/graphics.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/mohawk/graphics.cpp b/engines/mohawk/graphics.cpp
index 54dc85b8ff..ac45efdee0 100644
--- a/engines/mohawk/graphics.cpp
+++ b/engines/mohawk/graphics.cpp
@@ -29,8 +29,10 @@
#include "common/substream.h"
#include "common/system.h"
+#include "common/textconsole.h"
#include "engines/util.h"
#include "graphics/palette.h"
+#include "graphics/palette.h"
#include "graphics/primitives.h"
#include "gui/message.h"