summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2022-03-22 04:33:09 +0100
committerGitHub <noreply@github.com>2022-03-22 04:33:09 +0100
commitf83cd2e8b9de4b3dbfe75867b85346ed6a1d1c23 (patch)
treef12b9624967c8fa3117cfdad41e9eb0afabb383d
parentMerge pull request #8038 from liamwhite/exit-register-detection (diff)
parentqt_web_browser: Add missing includes (diff)
downloadyuzu-f83cd2e8b9de4b3dbfe75867b85346ed6a1d1c23.tar
yuzu-f83cd2e8b9de4b3dbfe75867b85346ed6a1d1c23.tar.gz
yuzu-f83cd2e8b9de4b3dbfe75867b85346ed6a1d1c23.tar.bz2
yuzu-f83cd2e8b9de4b3dbfe75867b85346ed6a1d1c23.tar.lz
yuzu-f83cd2e8b9de4b3dbfe75867b85346ed6a1d1c23.tar.xz
yuzu-f83cd2e8b9de4b3dbfe75867b85346ed6a1d1c23.tar.zst
yuzu-f83cd2e8b9de4b3dbfe75867b85346ed6a1d1c23.zip
-rw-r--r--src/yuzu/applets/qt_web_browser.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/yuzu/applets/qt_web_browser.cpp b/src/yuzu/applets/qt_web_browser.cpp
index 398d8f0b6..116ef54db 100644
--- a/src/yuzu/applets/qt_web_browser.cpp
+++ b/src/yuzu/applets/qt_web_browser.cpp
@@ -11,6 +11,9 @@
#include <QWebEngineScriptCollection>
#include <QWebEngineSettings>
#include <QWebEngineUrlScheme>
+
+#include "core/hid/input_interpreter.h"
+#include "yuzu/applets/qt_web_browser_scripts.h"
#endif
#include "common/fs/path_util.h"