summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-10-16 00:48:50 +0200
committerMorph <39850852+Morph1984@users.noreply.github.com>2021-10-16 00:48:50 +0200
commit2b622411fd665b45fdaa3fb66d14bb662498e10b (patch)
treece8498724cb71405b622aedecbebcd98fb273372
parentMerge pull request #7182 from Morph1984/system (diff)
downloadyuzu-2b622411fd665b45fdaa3fb66d14bb662498e10b.tar
yuzu-2b622411fd665b45fdaa3fb66d14bb662498e10b.tar.gz
yuzu-2b622411fd665b45fdaa3fb66d14bb662498e10b.tar.bz2
yuzu-2b622411fd665b45fdaa3fb66d14bb662498e10b.tar.lz
yuzu-2b622411fd665b45fdaa3fb66d14bb662498e10b.tar.xz
yuzu-2b622411fd665b45fdaa3fb66d14bb662498e10b.tar.zst
yuzu-2b622411fd665b45fdaa3fb66d14bb662498e10b.zip
-rw-r--r--src/yuzu/applets/qt_web_browser.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/applets/qt_web_browser.cpp b/src/yuzu/applets/qt_web_browser.cpp
index 7d433ca50..da8c6882a 100644
--- a/src/yuzu/applets/qt_web_browser.cpp
+++ b/src/yuzu/applets/qt_web_browser.cpp
@@ -3,6 +3,7 @@
// Refer to the license.txt file included.
#ifdef YUZU_USE_QT_WEB_ENGINE
+#include <QApplication>
#include <QKeyEvent>
#include <QWebEngineProfile>