summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/evdev
diff options
context:
space:
mode:
authorRohit Nirmal <rohitnirmal9@gmail.com>2015-08-04 12:59:34 -0500
committerRohit Nirmal <rohitnirmal9@gmail.com>2015-08-04 12:59:34 -0500
commitac54bbe02d00e82e39bd50239b24a8fa322adb0a (patch)
tree801c10d98d9fbf4e60074942a9d692fadc056817 /Source/Core/InputCommon/ControllerInterface/evdev
parent0aad44c98014b058235f0a95dc48e77cade28c33 (diff)
Fix building with PCH disabled.
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/evdev')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/evdev/evdev.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/evdev/evdev.cpp b/Source/Core/InputCommon/ControllerInterface/evdev/evdev.cpp
index 9e62a02378..d329189832 100644
--- a/Source/Core/InputCommon/ControllerInterface/evdev/evdev.cpp
+++ b/Source/Core/InputCommon/ControllerInterface/evdev/evdev.cpp
@@ -4,6 +4,7 @@
#include <fcntl.h>
#include <libudev.h>
+#include <map>
#include <unistd.h>
#include "Common/Logging/Log.h"