From a04a99251fa59bbce1fa7968fba7e25585cc78e1 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 21 Sep 2014 00:37:47 -0400 Subject: [PATCH] Fix building Dolphin on OSX without precompiled headers --- Source/Core/Core/HW/BBA-TAP/TAP_Apple.cpp | 2 ++ .../ControllerInterface/ForceFeedback/ForceFeedbackDevice.cpp | 1 + 2 files changed, 3 insertions(+) diff --git a/Source/Core/Core/HW/BBA-TAP/TAP_Apple.cpp b/Source/Core/Core/HW/BBA-TAP/TAP_Apple.cpp index 07c892e312..cb14f23e94 100644 --- a/Source/Core/Core/HW/BBA-TAP/TAP_Apple.cpp +++ b/Source/Core/Core/HW/BBA-TAP/TAP_Apple.cpp @@ -2,6 +2,8 @@ // Licensed under GPLv2 // Refer to the license.txt file included. +#include + #include "Common/StringUtil.h" #include "Core/HW/EXI_Device.h" #include "Core/HW/EXI_DeviceEthernet.h" diff --git a/Source/Core/InputCommon/ControllerInterface/ForceFeedback/ForceFeedbackDevice.cpp b/Source/Core/InputCommon/ControllerInterface/ForceFeedback/ForceFeedbackDevice.cpp index 9d422192d9..4350444492 100644 --- a/Source/Core/InputCommon/ControllerInterface/ForceFeedback/ForceFeedbackDevice.cpp +++ b/Source/Core/InputCommon/ControllerInterface/ForceFeedback/ForceFeedbackDevice.cpp @@ -4,6 +4,7 @@ #include #include +#include "Common/Thread.h" #include "InputCommon/ControllerInterface/ForceFeedback/ForceFeedbackDevice.h" namespace ciface