From a04a99251fa59bbce1fa7968fba7e25585cc78e1 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 21 Sep 2014 00:37:47 -0400 Subject: Fix building Dolphin on OSX without precompiled headers --- .../ControllerInterface/ForceFeedback/ForceFeedbackDevice.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Core/InputCommon/ControllerInterface') 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 -- cgit v1.2.3