diff options
Diffstat (limited to 'engines/hugo/file_v1d.cpp')
-rw-r--r-- | engines/hugo/file_v1d.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/hugo/file_v1d.cpp b/engines/hugo/file_v1d.cpp index 48f274e88a..021969f306 100644 --- a/engines/hugo/file_v1d.cpp +++ b/engines/hugo/file_v1d.cpp @@ -30,7 +30,9 @@ * */ +#include "common/debug.h" #include "common/system.h" +#include "common/textconsole.h" #include "hugo/hugo.h" #include "hugo/file.h" |