From b4b6f581e0a91c094ebf18b53ede2fe8928de5da 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: [PATCH] qt_web_browser: Add missing QApplication include --- src/yuzu/applets/qt_web_browser.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/yuzu/applets/qt_web_browser.cpp b/src/yuzu/applets/qt_web_browser.cpp index 7d433ca503..da8c6882ab 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