summaryrefslogtreecommitdiffstats
path: root/src/controllers/controllerpreset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/controllers/controllerpreset.h')
-rw-r--r--src/controllers/controllerpreset.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/controllers/controllerpreset.h b/src/controllers/controllerpreset.h
index 9a40e11f0e..e5823da41b 100644
--- a/src/controllers/controllerpreset.h
+++ b/src/controllers/controllerpreset.h
@@ -11,9 +11,10 @@
#ifndef CONTROLLERPRESET_H
#define CONTROLLERPRESET_H
-#include <QtCore>
#include <QHash>
#include <QSharedPointer>
+#include <QString>
+#include <QList>
class ControllerPresetVisitor;