summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/yuzu/hotkeys.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/hotkeys.cpp b/src/yuzu/hotkeys.cpp
index 42f026464..61acb38ee 100644
--- a/src/yuzu/hotkeys.cpp
+++ b/src/yuzu/hotkeys.cpp
@@ -5,6 +5,7 @@
5#include <map> 5#include <map>
6#include <QKeySequence> 6#include <QKeySequence>
7#include <QShortcut> 7#include <QShortcut>
8#include <QTreeWidgetItem>
8#include <QtGlobal> 9#include <QtGlobal>
9#include "yuzu/hotkeys.h" 10#include "yuzu/hotkeys.h"
10#include "yuzu/ui_settings.h" 11#include "yuzu/ui_settings.h"