diff options
| author | Lioncash <mathew1800@gmail.com> | 2014-09-21 00:37:47 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2014-09-21 00:37:47 -0400 |
| commit | a04a99251fa59bbce1fa7968fba7e25585cc78e1 (patch) | |
| tree | 7e50c5e9121ac5ed58197b75514029e1ef4ccdae /Source/Core/InputCommon | |
| parent | a5f4e4ad259bb3b2a5e4963136a0c5b129fa336c (diff) | |
Fix building Dolphin on OSX without precompiled headers
Diffstat (limited to 'Source/Core/InputCommon')
| -rw-r--r-- | Source/Core/InputCommon/ControllerInterface/ForceFeedback/ForceFeedbackDevice.cpp | 1 |
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 |
