diff --git a/src/yuzu/hotkeys.cpp b/src/yuzu/hotkeys.cpp index 42f0264643d25732aaa8b7809a435d35e2e88580..61acb38eea3cd2e64eb5e6599e5c2981d522e8c4 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"