diff options
Diffstat (limited to 'engines/game.h')
-rw-r--r-- | engines/game.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/game.h b/engines/game.h index 3e5d7f262c..c9a3b25853 100644 --- a/engines/game.h +++ b/engines/game.h @@ -28,6 +28,8 @@ #include "common/array.h" #include "common/hash-str.h" +#include "common/str.h" +#include "common/util.h" /** * A simple structure used to map gameids (like "monkey", "sword1", ...) to |