From 5647637ea2d239681a9dc0facc4071e33235fe4f Mon Sep 17 00:00:00 2001 From: Alyssa Milburn Date: Thu, 17 Nov 2011 12:44:05 +0100 Subject: COMMON: Move include into scummsys.h. The header contains forbidden symbols on some platforms, and the simplest solution seems to be to include it here. This also includes it from all the portdefs.h files, except the Symbian one. Probably the FIXME and the #if can be removed once it's known to work. --- backends/platform/dc/portdefs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'backends/platform/dc/portdefs.h') diff --git a/backends/platform/dc/portdefs.h b/backends/platform/dc/portdefs.h index ca2b5208a3..1f5c8f566a 100644 --- a/backends/platform/dc/portdefs.h +++ b/backends/platform/dc/portdefs.h @@ -29,6 +29,7 @@ #include #include #include +#include #ifndef RONIN_TIMER_ACCESS #define Timer ronin_Timer #endif -- cgit v1.2.3