From df05ed1a46516f7e4d5c6e78f7f096208dbad790 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 29 Nov 2010 16:18:43 +0000 Subject: BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefs svn-id: r54573 --- backends/platform/sdl/win32/win32-main.cpp | 2 ++ backends/platform/sdl/win32/win32.cpp | 2 ++ 2 files changed, 4 insertions(+) (limited to 'backends/platform/sdl/win32') diff --git a/backends/platform/sdl/win32/win32-main.cpp b/backends/platform/sdl/win32/win32-main.cpp index 25f208ddac..f2b570043f 100644 --- a/backends/platform/sdl/win32/win32-main.cpp +++ b/backends/platform/sdl/win32/win32-main.cpp @@ -23,6 +23,8 @@ * */ +#include "common/scummsys.h" + #ifdef WIN32 // Fix for bug #2895217 "MSVC compilation broken with r47595": diff --git a/backends/platform/sdl/win32/win32.cpp b/backends/platform/sdl/win32/win32.cpp index dce7b88c13..9723d1f68e 100644 --- a/backends/platform/sdl/win32/win32.cpp +++ b/backends/platform/sdl/win32/win32.cpp @@ -23,6 +23,8 @@ * */ +#include "common/scummsys.h" + #ifdef WIN32 #define WIN32_LEAN_AND_MEAN -- cgit v1.2.3