diff options
author | Lioncash <mathew1800@gmail.com> | 2018-01-17 19:58:27 -0500 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-01-17 20:00:25 -0500 |
commit | 501d1cc33d29c2f10a8a52d7f94e5fc8bcacb949 (patch) | |
tree | fd5eeeeab7918183d6441c575f7c54bb2b8c3fc2 /src/yuzu/hotkeys.cpp | |
parent | ee08c39b7251c6a037014b503ecf70ebf8dc5ed5 (diff) |
hotkeys: Add missing <QTreeWidgetItem> include
Diffstat (limited to 'src/yuzu/hotkeys.cpp')
-rw-r--r-- | src/yuzu/hotkeys.cpp | 1 |
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" |