diff options
Diffstat (limited to 'engines/sky/screen.cpp')
-rw-r--r-- | engines/sky/screen.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/sky/screen.cpp b/engines/sky/screen.cpp index 1b815b9c38..a209571b37 100644 --- a/engines/sky/screen.cpp +++ b/engines/sky/screen.cpp @@ -27,6 +27,9 @@ #include "common/endian.h" #include "common/events.h" #include "common/system.h" +#include "common/textconsole.h" + +#include "graphics/palette.h" #include "sky/disk.h" #include "sky/logic.h" |