Fix non-PCH build.

This commit is contained in:
Ryan Houdek 2015-05-10 20:16:05 -05:00
parent 2fa29ae8bb
commit 379f9feebd
8 changed files with 16 additions and 0 deletions

View File

@ -4,6 +4,8 @@
#include "ENetUtil.h" #include "ENetUtil.h"
#include "Common/CommonTypes.h"
namespace ENetUtil namespace ENetUtil
{ {

View File

@ -12,6 +12,9 @@
#include <windows.h> #include <windows.h>
#endif #endif
#include "Common/CommonFuncs.h"
#include "Common/CommonTypes.h"
#include "Common/MsgHandler.h"
#include "Core/ARDecrypt.h" #include "Core/ARDecrypt.h"
namespace ActionReplay namespace ActionReplay

View File

@ -4,6 +4,8 @@
#pragma once #pragma once
#include "Common/CommonTypes.h"
class PointerWrap; class PointerWrap;
class DSPEmulator class DSPEmulator

View File

@ -4,6 +4,7 @@
#pragma once #pragma once
#include "Common/Common.h"
#include "Common/CommonTypes.h" #include "Common/CommonTypes.h"
class PointerWrap; class PointerWrap;

View File

@ -2,6 +2,9 @@
// Licensed under GPLv2 // Licensed under GPLv2
// Refer to the license.txt file included. // Refer to the license.txt file included.
#include "Common/MsgHandler.h"
#include "Common/Logging/Log.h"
#include "Core/HW/GCPad.h" #include "Core/HW/GCPad.h"
#include "Core/HW/SI.h" #include "Core/HW/SI.h"
#include "Core/HW/SI_Device.h" #include "Core/HW/SI_Device.h"

View File

@ -2,6 +2,9 @@
// Licensed under GPLv2 // Licensed under GPLv2
// Refer to the license.txt file included. // Refer to the license.txt file included.
#include "Common/MsgHandler.h"
#include "Common/Logging/Log.h"
#include "Core/HW/GCPad.h" #include "Core/HW/GCPad.h"
#include "Core/HW/SI_DeviceGCSteeringWheel.h" #include "Core/HW/SI_DeviceGCSteeringWheel.h"

View File

@ -17,6 +17,7 @@
#include <algorithm> #include <algorithm>
#include <map> #include <map>
#include <set>
#include <string> #include <string>
#include <vector> #include <vector>

View File

@ -10,6 +10,7 @@
#include "Common/CommonTypes.h" #include "Common/CommonTypes.h"
#include "Common/Event.h" #include "Common/Event.h"
#include "Common/StringUtil.h" #include "Common/StringUtil.h"
#include "Common/Thread.h"
#include "Common/Timer.h" #include "Common/Timer.h"
#include "Core/ConfigManager.h" #include "Core/ConfigManager.h"