summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface
diff options
context:
space:
mode:
authorRohit Nirmal <rohitnirmal9@gmail.com>2014-09-18 23:17:41 -0500
committerRohit Nirmal <rohitnirmal9@gmail.com>2014-09-19 18:17:51 -0400
commit46057db37d086c47ff6c69f200f66648fa0e6c84 (patch)
treeed88ce91ba218a71515fbab719f1a155bba217ef /Source/Core/InputCommon/ControllerInterface
parentbd740ae9c7e088c356e337a2793a90c4ba0d3907 (diff)
Fix build failing when disabling precompiled headers.
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/Android/Android.cpp1
-rw-r--r--Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.cpp1
-rw-r--r--Source/Core/InputCommon/ControllerInterface/Xlib/Xlib.cpp1
3 files changed, 3 insertions, 0 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/Android/Android.cpp b/Source/Core/InputCommon/ControllerInterface/Android/Android.cpp
index 0f6a6ed0a5..e29cfb0ce7 100644
--- a/Source/Core/InputCommon/ControllerInterface/Android/Android.cpp
+++ b/Source/Core/InputCommon/ControllerInterface/Android/Android.cpp
@@ -2,6 +2,7 @@
// Licensed under GPLv2
// Refer to the license.txt file included.
+#include <sstream>
#include "InputCommon/ControllerInterface/Android/Android.h"
namespace ciface
diff --git a/Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.cpp b/Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.cpp
index 9fb9e96f6e..efb2301956 100644
--- a/Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.cpp
+++ b/Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.cpp
@@ -3,6 +3,7 @@
// Refer to the license.txt file included.
#include <cmath>
+#include <cstring>
#include <X11/XKBlib.h>
#include "InputCommon/ControllerInterface/Xlib/XInput2.h"
diff --git a/Source/Core/InputCommon/ControllerInterface/Xlib/Xlib.cpp b/Source/Core/InputCommon/ControllerInterface/Xlib/Xlib.cpp
index 18f1141c6d..973368a78e 100644
--- a/Source/Core/InputCommon/ControllerInterface/Xlib/Xlib.cpp
+++ b/Source/Core/InputCommon/ControllerInterface/Xlib/Xlib.cpp
@@ -1,3 +1,4 @@
+#include <cstring>
#include <X11/XKBlib.h>
#include "InputCommon/ControllerInterface/Xlib/Xlib.h"