diff options
| author | spycrab <spycrab@users.noreply.github.com> | 2019-05-08 21:03:11 +0200 |
|---|---|---|
| committer | spycrab <spycrab@users.noreply.github.com> | 2019-05-08 21:03:11 +0200 |
| commit | 12a26453e9fa1c4db6d2b924a5b36ce263b44580 (patch) | |
| tree | d66913bef038601a67486eda7a970088b8790af1 /Source/Core/InputCommon/ControllerEmu/ControlGroup | |
| parent | 7eaece8814702fdcbe362efa6a4260e683ce4cf9 (diff) | |
InputCommon/ControlGroup.h: Add missing include
Diffstat (limited to 'Source/Core/InputCommon/ControllerEmu/ControlGroup')
| -rw-r--r-- | Source/Core/InputCommon/ControllerEmu/ControlGroup/ControlGroup.h | 1 |
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> |
