summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/Device.cpp
diff options
context:
space:
mode:
authorMat M <mathew1800@gmail.com>2016-06-26 02:13:47 -0400
committerGitHub <noreply@github.com>2016-06-26 02:13:47 -0400
commitcf50ed82bb20ec48bf181a65fad165d4846e1db9 (patch)
tree0ad835691ceb3f159c6fdda4159290d7d13fa1e2 /Source/Core/InputCommon/ControllerInterface/Device.cpp
parentc8966453134cdf3b0f65750a1337492b90c732d4 (diff)
parentbe922730b3cc5d2d2bd8419f02ddb820113d0ee8 (diff)
Merge pull request #3943 from ShadowsFriend/nopch-fix
ControllerInterface: Include memory to fix building without pch
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/Device.cpp')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/Device.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/Device.cpp b/Source/Core/InputCommon/ControllerInterface/Device.cpp
index ddd7af075a..401e5b035b 100644
--- a/Source/Core/InputCommon/ControllerInterface/Device.cpp
+++ b/Source/Core/InputCommon/ControllerInterface/Device.cpp
@@ -2,6 +2,7 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
+#include <memory>
#include <sstream>
#include <string>
#include <tuple>