diff options
author | Narr the Reg <juangerman-13@hotmail.com> | 2022-03-22 04:33:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-22 04:33:09 +0100 |
commit | f83cd2e8b9de4b3dbfe75867b85346ed6a1d1c23 (patch) | |
tree | f12b9624967c8fa3117cfdad41e9eb0afabb383d /src | |
parent | Merge pull request #8038 from liamwhite/exit-register-detection (diff) | |
parent | qt_web_browser: Add missing includes (diff) | |
download | yuzu-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 |
Diffstat (limited to 'src')
-rw-r--r-- | src/yuzu/applets/qt_web_browser.cpp | 3 |
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" |