summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface
diff options
context:
space:
mode:
authorSteven Newbury <steve@snewbury.org.uk>2017-02-19 08:00:00 +0000
committerSteven Newbury <steve@snewbury.org.uk>2017-02-20 14:25:55 +0000
commit02681bc3521ce7bc3116832b60f8c41d96e7dac7 (patch)
tree5c3ec4220c173b03b98d83d69da74f1e434e536a /Source/Core/InputCommon/ControllerInterface
parent51944afa56fca91c30c2b098ee75728d3784c0ae (diff)
Add missing "functional" include
Building fails on GCC7 without an explicit
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface')
-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>