qt_web_browser: Add missing QApplication include

master
Morph 2021-10-15 18:48:50 +07:00
parent dc385b7392
commit 2b622411fd
1 changed files with 1 additions and 0 deletions

@ -3,6 +3,7 @@
// Refer to the license.txt file included.
#ifdef YUZU_USE_QT_WEB_ENGINE
#include <QApplication>
#include <QKeyEvent>
#include <QWebEngineProfile>