summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/evdev
diff options
context:
space:
mode:
authorMarkus Wick <markus@selfnet.de>2015-08-04 20:25:12 +0200
committerMarkus Wick <markus@selfnet.de>2015-08-04 20:25:12 +0200
commit5f256164a74ee75e061e1df1347b66a8ac3a3fd1 (patch)
tree801c10d98d9fbf4e60074942a9d692fadc056817 /Source/Core/InputCommon/ControllerInterface/evdev
parent0aad44c98014b058235f0a95dc48e77cade28c33 (diff)
parentac54bbe02d00e82e39bd50239b24a8fa322adb0a (diff)
Merge pull request #2799 from rohit-n/build-pch
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"