summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
diff options
context:
space:
mode:
authorMat M <mathew1800@gmail.com>2017-02-20 10:51:10 -0500
committerGitHub <noreply@github.com>2017-02-20 10:51:10 -0500
commit6fbb23e3657d2347457ce05ac9bd3761332d7b7f (patch)
treede4dbbbbeab17f902bde4a2815a4f97f06974bfd /Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
parentf07a6944d11c03ade64064efb2eefe862d00b3ec (diff)
parent02681bc3521ce7bc3116832b60f8c41d96e7dac7 (diff)
Merge pull request #4938 from sjnewbury/GCC7-build-fix
Add missing "functional" include for GCC7
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/ControllerInterface.h')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/ControllerInterface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
index d9d85cdd77..23afab7d67 100644
--- a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
+++ b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
@@ -5,6 +5,7 @@
#pragma once
#include <algorithm>
+#include <functional>
#include <map>
#include <sstream>
#include <string>