diff options
| author | Lioncash <mathew1800@gmail.com> | 2015-10-03 13:30:51 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2015-10-03 13:30:51 -0400 |
| commit | 5464e698fca03c8712a180d620dc114f5170760c (patch) | |
| tree | f67864f375b02604ad3582fbf220b0604a1b390f /Source/Core/InputCommon/ControllerEmu.cpp | |
| parent | 6658d21215e459591ffc1c007def8e015ee4b4d9 (diff) | |
| parent | 3b75f45cf63e8455efb539109bebf6626bcb40e3 (diff) | |
Merge pull request #3102 from rohit-n/build-pch
Fix building with PCH disabled.
Diffstat (limited to 'Source/Core/InputCommon/ControllerEmu.cpp')
| -rw-r--r-- | Source/Core/InputCommon/ControllerEmu.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/InputCommon/ControllerEmu.cpp b/Source/Core/InputCommon/ControllerEmu.cpp index a95da19100..6a00eb5156 100644 --- a/Source/Core/InputCommon/ControllerEmu.cpp +++ b/Source/Core/InputCommon/ControllerEmu.cpp @@ -2,6 +2,7 @@ // Licensed under GPLv2+ // Refer to the license.txt file included. +#include "Common/Common.h" #include "InputCommon/ControllerEmu.h" void ControllerEmu::UpdateReferences(ControllerInterface& devi) |
