summaryrefslogtreecommitdiff
path: root/src/yuzu
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-01-17 19:58:27 -0500
committerLioncash <mathew1800@gmail.com>2018-01-17 20:00:25 -0500
commit501d1cc33d29c2f10a8a52d7f94e5fc8bcacb949 (patch)
treefd5eeeeab7918183d6441c575f7c54bb2b8c3fc2 /src/yuzu
parentee08c39b7251c6a037014b503ecf70ebf8dc5ed5 (diff)
hotkeys: Add missing <QTreeWidgetItem> include
Diffstat (limited to 'src/yuzu')
-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 @@
#include <map>
#include <QKeySequence>
#include <QShortcut>
+#include <QTreeWidgetItem>
#include <QtGlobal>
#include "yuzu/hotkeys.h"
#include "yuzu/ui_settings.h"