diff options
| author | Lioncash <mathew1800@gmail.com> | 2014-09-21 20:02:59 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2014-09-21 20:02:59 -0400 |
| commit | ea40fdf21cc329f9ef9fe435e1418b9016dff4b0 (patch) | |
| tree | 288830ee14683b9c5e08fef33689a3fb6e741036 /Source/Core/InputCommon/ControllerInterface | |
| parent | 3351e3f1c3be89f92f0c81b6ebc1ae452cfbc8e2 (diff) | |
| parent | a04a99251fa59bbce1fa7968fba7e25585cc78e1 (diff) | |
Merge pull request #1132 from lioncash/osx
Fix building Dolphin on OSX without precompiled headers
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface')
| -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 |
