diff options
| author | spycrab <spycrab@users.noreply.github.com> | 2019-05-08 21:01:46 +0200 |
|---|---|---|
| committer | spycrab <spycrab@users.noreply.github.com> | 2019-05-08 21:01:46 +0200 |
| commit | 98d808ab71b5ef41a0ef0d9d9a2f37052c7dcbed (patch) | |
| tree | 7d5a302a33f5a2f9fd757cc0d93d75e44a550eb3 /Source/Core/InputCommon/ControllerInterface | |
| parent | 5625baa32cda637cc2151183d07fd78b875aeb53 (diff) | |
InputCommon/DInput.h: Add missing include
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface')
| -rw-r--r-- | Source/Core/InputCommon/ControllerInterface/DInput/DInput.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/DInput/DInput.h b/Source/Core/InputCommon/ControllerInterface/DInput/DInput.h index 1772b32817..419a942cb4 100644 --- a/Source/Core/InputCommon/ControllerInterface/DInput/DInput.h +++ b/Source/Core/InputCommon/ControllerInterface/DInput/DInput.h @@ -8,6 +8,7 @@ #include <windows.h> #include <list> +#include <string> #include "InputCommon/ControllerInterface/DInput/DInput8.h" |
