From 2b622411fd665b45fdaa3fb66d14bb662498e10b Mon Sep 17 00:00:00 2001 From: Morph <39850852+Morph1984@users.noreply.github.com> Date: Fri, 15 Oct 2021 18:48:50 -0400 Subject: qt_web_browser: Add missing QApplication include --- src/yuzu/applets/qt_web_browser.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 #include #include -- cgit v1.2.3