From 58f3816f3e5f152a30f9d970b036b280fa98df8b Mon Sep 17 00:00:00 2001 From: Lothar Serra Mari Date: Sun, 2 Oct 2016 21:26:26 +0200 Subject: [PATCH] MOHAWK: Fix compilation --- engines/mohawk/mohawk.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/engines/mohawk/mohawk.cpp b/engines/mohawk/mohawk.cpp index 98f4e177617..40290d4e4c5 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"