summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/Device.cpp
diff options
context:
space:
mode:
authorspycrab <spycrab@users.noreply.github.com>2019-05-08 21:02:26 +0200
committerspycrab <spycrab@users.noreply.github.com>2019-05-08 21:02:26 +0200
commit7eaece8814702fdcbe362efa6a4260e683ce4cf9 (patch)
tree92f4b09713f2430312eea57f2e7c53adb01ea875 /Source/Core/InputCommon/ControllerInterface/Device.cpp
parent98d808ab71b5ef41a0ef0d9d9a2f37052c7dcbed (diff)
InputCommon/Device.cpp: Add missing include
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 7624b359d1..38b11a932b 100644
--- a/Source/Core/InputCommon/ControllerInterface/Device.cpp
+++ b/Source/Core/InputCommon/ControllerInterface/Device.cpp
@@ -4,6 +4,7 @@
#include "InputCommon/ControllerInterface/Device.h"
+#include <algorithm>
#include <cmath>
#include <memory>
#include <sstream>