summaryrefslogtreecommitdiff
path: root/src/yuzu/applets/profile_select.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/yuzu/applets/profile_select.h')
-rw-r--r--src/yuzu/applets/profile_select.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/applets/profile_select.h b/src/yuzu/applets/profile_select.h
index 868573324..1c2922e54 100644
--- a/src/yuzu/applets/profile_select.h
+++ b/src/yuzu/applets/profile_select.h
@@ -7,6 +7,7 @@
#include <vector>
#include <QDialog>
#include <QList>
+#include <QTreeView>
#include "core/frontend/applets/profile_select.h"
class GMainWindow;
@@ -16,7 +17,6 @@ class QLabel;
class QScrollArea;
class QStandardItem;
class QStandardItemModel;
-class QTreeView;
class QVBoxLayout;
class QtProfileSelectionDialog final : public QDialog {