aboutsummaryrefslogtreecommitdiff
path: root/backends/platform
diff options
context:
space:
mode:
authorOri Avtalion2011-04-28 19:51:22 +0300
committerOri Avtalion2011-04-28 19:52:23 +0300
commit3f7d45770ee985b9f1c7b1ff02ed0f498b3f0693 (patch)
tree50d3299c05803ed99c6c99f84f735396252217ee /backends/platform
parent9fb92f4b7ebbedbe6f853be2b9117714506f23a7 (diff)
downloadscummvm-rg350-3f7d45770ee985b9f1c7b1ff02ed0f498b3f0693.tar.gz
scummvm-rg350-3f7d45770ee985b9f1c7b1ff02ed0f498b3f0693.tar.bz2
scummvm-rg350-3f7d45770ee985b9f1c7b1ff02ed0f498b3f0693.zip
WII: Fix compilation
Diffstat (limited to 'backends/platform')
-rw-r--r--backends/platform/wii/osystem.cpp1
-rw-r--r--backends/platform/wii/osystem.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/backends/platform/wii/osystem.cpp b/backends/platform/wii/osystem.cpp
index 2aefe48f0c..54da27126c 100644
--- a/backends/platform/wii/osystem.cpp
+++ b/backends/platform/wii/osystem.cpp
@@ -26,6 +26,7 @@
#include <ogc/lwp_watchdog.h>
#include "common/config-manager.h"
+#include "common/textconsole.h"
#include "backends/fs/wii/wii-fs-factory.h"
#include "osystem.h"
diff --git a/backends/platform/wii/osystem.h b/backends/platform/wii/osystem.h
index 3c992b8bdc..d1ea8e07ae 100644
--- a/backends/platform/wii/osystem.h
+++ b/backends/platform/wii/osystem.h
@@ -36,6 +36,7 @@
#include "backends/saves/default/default-saves.h"
#include "backends/timer/default/default-timer.h"
#include "graphics/colormasks.h"
+#include "graphics/palette.h"
#include "graphics/surface.h"
#include "audio/mixer_intern.h"