diff options
author | Alyssa Milburn | 2011-04-30 11:07:22 +0200 |
---|---|---|
committer | Alyssa Milburn | 2011-04-30 11:07:22 +0200 |
commit | 712c3bc201de28dc202c0c4141c9ac3223293086 (patch) | |
tree | df6e33209bbab792f3f3592d0699b8bb8eba64d0 | |
parent | 849094c884e889ad8395677101f320b3e1e7cd6d (diff) | |
download | scummvm-rg350-712c3bc201de28dc202c0c4141c9ac3223293086.tar.gz scummvm-rg350-712c3bc201de28dc202c0c4141c9ac3223293086.tar.bz2 scummvm-rg350-712c3bc201de28dc202c0c4141c9ac3223293086.zip |
MOHAWK: Fix CSTime-only builds.
-rw-r--r-- | engines/mohawk/console.cpp | 1 |
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" |