aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlyssa Milburn2011-04-30 11:07:22 +0200
committerAlyssa Milburn2011-04-30 11:07:22 +0200
commit712c3bc201de28dc202c0c4141c9ac3223293086 (patch)
treedf6e33209bbab792f3f3592d0699b8bb8eba64d0
parent849094c884e889ad8395677101f320b3e1e7cd6d (diff)
downloadscummvm-rg350-712c3bc201de28dc202c0c4141c9ac3223293086.tar.gz
scummvm-rg350-712c3bc201de28dc202c0c4141c9ac3223293086.tar.bz2
scummvm-rg350-712c3bc201de28dc202c0c4141c9ac3223293086.zip
MOHAWK: Fix CSTime-only builds.
-rw-r--r--engines/mohawk/console.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mohawk/console.cpp b/engines/mohawk/console.cpp
index 56d4a97554..93cbe87e55 100644
--- a/engines/mohawk/console.cpp
+++ b/engines/mohawk/console.cpp
@@ -30,6 +30,7 @@
#include "mohawk/video.h"
#include "common/system.h"
+#include "common/textconsole.h"
#ifdef ENABLE_CSTIME
#include "mohawk/cstime.h"