summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerEmu/ControlGroup
diff options
context:
space:
mode:
authorspycrab <spycrab@users.noreply.github.com>2019-05-08 21:03:11 +0200
committerspycrab <spycrab@users.noreply.github.com>2019-05-08 21:03:11 +0200
commit12a26453e9fa1c4db6d2b924a5b36ce263b44580 (patch)
treed66913bef038601a67486eda7a970088b8790af1 /Source/Core/InputCommon/ControllerEmu/ControlGroup
parent7eaece8814702fdcbe362efa6a4260e683ce4cf9 (diff)
InputCommon/ControlGroup.h: Add missing include
Diffstat (limited to 'Source/Core/InputCommon/ControllerEmu/ControlGroup')
-rw-r--r--Source/Core/InputCommon/ControllerEmu/ControlGroup/ControlGroup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/InputCommon/ControllerEmu/ControlGroup/ControlGroup.h b/Source/Core/InputCommon/ControllerEmu/ControlGroup/ControlGroup.h
index 146dc16fcb..8b1b4424cf 100644
--- a/Source/Core/InputCommon/ControllerEmu/ControlGroup/ControlGroup.h
+++ b/Source/Core/InputCommon/ControllerEmu/ControlGroup/ControlGroup.h
@@ -4,6 +4,7 @@
#pragma once
+#include <algorithm>
#include <cmath>
#include <memory>
#include <string>