summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2014-09-21 00:37:47 -0400
committerLioncash <mathew1800@gmail.com>2014-09-21 00:37:47 -0400
commita04a99251fa59bbce1fa7968fba7e25585cc78e1 (patch)
tree7e50c5e9121ac5ed58197b75514029e1ef4ccdae /Source/Core/InputCommon/ControllerInterface
parenta5f4e4ad259bb3b2a5e4963136a0c5b129fa336c (diff)
Fix building Dolphin on OSX without precompiled headers
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/ForceFeedback/ForceFeedbackDevice.cpp1
1 files changed, 1 insertions, 0 deletions
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 <algorithm>
#include <string>
+#include "Common/Thread.h"
#include "InputCommon/ControllerInterface/ForceFeedback/ForceFeedbackDevice.h"
namespace ciface