diff options
author | Ori Avtalion | 2011-04-28 21:03:12 +0300 |
---|---|---|
committer | Ori Avtalion | 2011-04-28 21:03:24 +0300 |
commit | ca236589082bd3e748610f101f54de26eb90ebd9 (patch) | |
tree | cca9f468417bf43e9388a26dd24e72cdc34d6120 /engines | |
parent | 8feac89bc7329f002d3c4beba370d9c6ea05e798 (diff) | |
download | scummvm-rg350-ca236589082bd3e748610f101f54de26eb90ebd9.tar.gz scummvm-rg350-ca236589082bd3e748610f101f54de26eb90ebd9.tar.bz2 scummvm-rg350-ca236589082bd3e748610f101f54de26eb90ebd9.zip |
MOHAWK: Fix compilation when only default engines are enabled
Diffstat (limited to 'engines')
-rw-r--r-- | engines/mohawk/graphics.cpp | 2 |
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" |