summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerEmu/ControlGroup/Buttons.cpp
diff options
context:
space:
mode:
authorMichael Maltese <michaeljosephmaltese@gmail.com>2017-02-26 12:00:24 -0800
committerMichael Maltese <michaeljosephmaltese@gmail.com>2017-03-02 18:08:37 -0800
commit1539ff669119ad796201c72052113e84862e1e98 (patch)
treecec863647b0f6b60794e20a2be995d9dac086222 /Source/Core/InputCommon/ControllerEmu/ControlGroup/Buttons.cpp
parent4e062d1bf6e1754325b5d55e6df65ee3d4769a9c (diff)
InputCommon: move Setting classes out of ControlGroup
Diffstat (limited to 'Source/Core/InputCommon/ControllerEmu/ControlGroup/Buttons.cpp')
-rw-r--r--Source/Core/InputCommon/ControllerEmu/ControlGroup/Buttons.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/InputCommon/ControllerEmu/ControlGroup/Buttons.cpp b/Source/Core/InputCommon/ControllerEmu/ControlGroup/Buttons.cpp
index 5a86839380..e51d4f3711 100644
--- a/Source/Core/InputCommon/ControllerEmu/ControlGroup/Buttons.cpp
+++ b/Source/Core/InputCommon/ControllerEmu/ControlGroup/Buttons.cpp
@@ -8,6 +8,7 @@
#include <string>
#include "Common/Common.h"
+#include "InputCommon/ControllerEmu/Setting/NumericSetting.h"
namespace ControllerEmu
{