diff options
author | Lothar Serra Mari | 2016-10-02 21:26:26 +0200 |
---|---|---|
committer | Lothar Serra Mari | 2016-10-02 21:27:37 +0200 |
commit | 58f3816f3e5f152a30f9d970b036b280fa98df8b (patch) | |
tree | 5fb7b59c29753837f82d8e99f260be31fc5bd861 /engines/mohawk | |
parent | 195b6d8a4f00cf44e6edee10153adbf11186bd13 (diff) | |
download | scummvm-rg350-58f3816f3e5f152a30f9d970b036b280fa98df8b.tar.gz scummvm-rg350-58f3816f3e5f152a30f9d970b036b280fa98df8b.tar.bz2 scummvm-rg350-58f3816f3e5f152a30f9d970b036b280fa98df8b.zip |
MOHAWK: Fix compilation
Diffstat (limited to 'engines/mohawk')
-rw-r--r-- | engines/mohawk/mohawk.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mohawk/mohawk.cpp b/engines/mohawk/mohawk.cpp index 98f4e17761..40290d4e4c 100644 --- a/engines/mohawk/mohawk.cpp +++ b/engines/mohawk/mohawk.cpp @@ -24,6 +24,7 @@ #include "common/error.h" #include "common/system.h" #include "common/textconsole.h" +#include "common/translation.h" #include "mohawk/mohawk.h" #include "mohawk/cursors.h" |