summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/DInput
diff options
context:
space:
mode:
authorspycrab <spycrab@users.noreply.github.com>2019-05-08 21:01:46 +0200
committerspycrab <spycrab@users.noreply.github.com>2019-05-08 21:01:46 +0200
commit98d808ab71b5ef41a0ef0d9d9a2f37052c7dcbed (patch)
tree7d5a302a33f5a2f9fd757cc0d93d75e44a550eb3 /Source/Core/InputCommon/ControllerInterface/DInput
parent5625baa32cda637cc2151183d07fd78b875aeb53 (diff)
InputCommon/DInput.h: Add missing include
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/DInput')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/DInput/DInput.h1
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"