[Scummvm-cvs-logs] scummvm master -> c6fa23a3d1af0256b43503439abe5c0083c03cfd

dreammaster dreammaster at scummvm.org
Thu Apr 28 14:33:39 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:
c6fa23a3d1 JANITORIAL: Add in necessary include files to fix compilation in MSVC


Commit: c6fa23a3d1af0256b43503439abe5c0083c03cfd
    https://github.com/scummvm/scummvm/commit/c6fa23a3d1af0256b43503439abe5c0083c03cfd
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2011-04-28T05:32:12-07:00

Commit Message:
JANITORIAL: Add in necessary include files to fix compilation in MSVC

Changed paths:
    backends/midi/windows.cpp
    backends/platform/sdl/win32/win32.cpp
    engines/engine.cpp



diff --git a/backends/midi/windows.cpp b/backends/midi/windows.cpp
index aad7f48..292bbea 100644
--- a/backends/midi/windows.cpp
+++ b/backends/midi/windows.cpp
@@ -38,6 +38,8 @@
 #include "audio/mpu401.h"
 #include "common/config-manager.h"
 #include "common/translation.h"
+#include "common/textconsole.h"
+#include "common/error.h"
 
 #include <mmsystem.h>
 
diff --git a/backends/platform/sdl/win32/win32.cpp b/backends/platform/sdl/win32/win32.cpp
index 9459263..fffc3a2 100644
--- a/backends/platform/sdl/win32/win32.cpp
+++ b/backends/platform/sdl/win32/win32.cpp
@@ -27,6 +27,8 @@
 #define FORBIDDEN_SYMBOL_ALLOW_ALL
 
 #include "common/scummsys.h"
+#include "common/error.h"
+#include "common/textconsole.h"
 
 #ifdef WIN32
 
diff --git a/engines/engine.cpp b/engines/engine.cpp
index d322097..217740d 100644
--- a/engines/engine.cpp
+++ b/engines/engine.cpp
@@ -35,6 +35,7 @@
 
 #include "common/config-manager.h"
 #include "common/events.h"
+#include "common/file.h"
 #include "common/system.h"
 #include "common/str.h"
 #include "common/error.h"






More information about the Scummvm-git-logs mailing list