Re-add headers that Windows complains about not having for one reason or another
authorMarc Cannon <vyhdycokio@gmail.com>
Sat, 19 Jan 2013 15:16:04 +0000 (10:16 -0500)
committerPat Mac <itgpmc@gmail.com>
Thu, 7 Feb 2013 09:36:17 +0000 (01:36 -0800)
src/ActorFrame.cpp
src/AnnouncerManager.cpp
src/LinkedOptionsMenu.cpp
src/RageDisplay.cpp
src/ScreenSetTime.cpp
src/StepMania.cpp
src/UserPackManager.cpp
src/ezsockets.cpp
src/timer/Timer.cpp

index 2d5e5c2..4737537 100644 (file)
@@ -6,6 +6,10 @@
 #include "RageDisplay.h"
 #include "ScreenDimensions.h"
 
+#if defined(DEBUG)
+#include "arch/Dialog/Dialog.h"
+#endif
+
 // lua start
 LUA_REGISTER_CLASS( ActorFrame )
 // lua end
index 3d257e0..067c27a 100644 (file)
@@ -1,7 +1,8 @@
 #include "global.h"
-#include "AnnouncerManager.h"
+#include "RageFile.h"
 #include "RageLog.h"
 #include "RageUtil.h"
+#include "AnnouncerManager.h"
 
 AnnouncerManager*      ANNOUNCER = NULL;       // global object accessable from anywhere in the program
 
index 6263e07..8afde33 100644 (file)
@@ -1,8 +1,9 @@
-#include "LinkedOptionsMenu.h"
-#include "ActorUtil.h"
+#include "global.h"
 #include "ScreenManager.h"
+#include "ActorUtil.h"
+#include "LinkedOptionsMenu.h"
 
-#ifdef MSVC
+#ifdef _MSC_VER
 /* It's going to be a pain to fix these. Disable for now. */
 #pragma warning( disable : 4018 )      // signed/unsigned mismatch
 #pragma warning( disable : 4244 )      // conversion, possible loss of data
index 580acbc..d1a9a56 100644 (file)
@@ -1,3 +1,4 @@
+#include "global.h"
 #include "RageDisplay.h"
 #include "RageLog.h"
 #include "RageMath.h"
index edaef30..5a34c45 100644 (file)
@@ -5,6 +5,7 @@
 #include "GameState.h"
 #include "GameSoundManager.h"
 #include "arch/ArchHooks/ArchHooks.h"
+#include <ctime>
 
 static const CString SetTimeSelectionNames[] = {
        "Year", 
index 99c47c7..5f85c8e 100644 (file)
@@ -1,5 +1,4 @@
 #include "global.h"
-
 #include "StepMania.h"
 
 //
@@ -71,6 +70,7 @@
 
 #if defined(WIN32) && !defined(XBOX)
 #include <windows.h>
+#include "archutils/Win32/VideoDriverInfo.h"
 #endif
 
 #if defined(UNIX)
index 95e8234..a0817ff 100644 (file)
@@ -1,3 +1,4 @@
+#include "global.h"
 #include "UserPackManager.h"
 #include "RageUtil.h"
 #include "RageLog.h"
index eafc515..b3ce995 100644 (file)
@@ -6,6 +6,7 @@
 |   UDP/NON-TCP Support by Adam Lowman.                             |
 \*******************************************************************/
 
+#include "global.h"
 #include "ezsockets.h"
 
 #if defined(_XBOX)
index f1b32a1..bc1b698 100644 (file)
@@ -1,3 +1,4 @@
+#include "global.h"
 #include "Timer.h"
 
 ProfilingTimer::ProfilingTimer() {