[Scummvm-cvs-logs] scummvm master -> 3f7d45770ee985b9f1c7b1ff02ed0f498b3f0693
salty-horse
ori at avtalion.name
Thu Apr 28 18:53:36 CEST 2011
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
3f7d45770e WII: Fix compilation
Commit: 3f7d45770ee985b9f1c7b1ff02ed0f498b3f0693
https://github.com/scummvm/scummvm/commit/3f7d45770ee985b9f1c7b1ff02ed0f498b3f0693
Author: Ori Avtalion (ori at avtalion.name)
Date: 2011-04-28T09:52:23-07:00
Commit Message:
WII: Fix compilation
Changed paths:
backends/platform/wii/osystem.cpp
backends/platform/wii/osystem.h
diff --git a/backends/platform/wii/osystem.cpp b/backends/platform/wii/osystem.cpp
index 2aefe48..54da271 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 3c992b8..d1ea8e0 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"
More information about the Scummvm-git-logs
mailing list