diff options
| author | Michael Maltese <michaeljosephmaltese@gmail.com> | 2017-01-22 23:08:45 -0800 |
|---|---|---|
| committer | Michael Maltese <michaeljosephmaltese@gmail.com> | 2017-01-23 01:37:41 -0800 |
| commit | 713ec5ffd526aa5c783e4c6a13bcc45c453e2c10 (patch) | |
| tree | fb46e1b5bcba72206d1c9736fe363d60267f9243 /Source/Core/InputCommon/ControllerInterface | |
| parent | c3a1547d9ab79a30dd6aceaa8d2938df4a5c8973 (diff) | |
Add includes for building on Windows without PCH
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface')
| -rw-r--r-- | Source/Core/InputCommon/ControllerInterface/XInput/XInput.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/XInput/XInput.h b/Source/Core/InputCommon/ControllerInterface/XInput/XInput.h index 52530e9a00..f2a81e3840 100644 --- a/Source/Core/InputCommon/ControllerInterface/XInput/XInput.h +++ b/Source/Core/InputCommon/ControllerInterface/XInput/XInput.h @@ -9,8 +9,8 @@ #pragma once -#include <XInput.h> #include <windows.h> +#include <XInput.h> #include "InputCommon/ControllerInterface/ControllerInterface.h" |
