diff options
| author | 2022-03-21 22:42:14 -0400 | |
|---|---|---|
| committer | 2022-03-21 22:42:14 -0400 | |
| commit | b3cfccdb805054b1b90addceb2f8793c46fc2c29 (patch) | |
| tree | f12b9624967c8fa3117cfdad41e9eb0afabb383d /src | |
| parent | Merge pull request #8038 from liamwhite/exit-register-detection (diff) | |
| download | yuzu-b3cfccdb805054b1b90addceb2f8793c46fc2c29.tar.gz yuzu-b3cfccdb805054b1b90addceb2f8793c46fc2c29.tar.xz yuzu-b3cfccdb805054b1b90addceb2f8793c46fc2c29.zip | |
qt_web_browser: Add missing includes
Diffstat (limited to '')
| -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 @@ | |||
| 11 | #include <QWebEngineScriptCollection> | 11 | #include <QWebEngineScriptCollection> |
| 12 | #include <QWebEngineSettings> | 12 | #include <QWebEngineSettings> |
| 13 | #include <QWebEngineUrlScheme> | 13 | #include <QWebEngineUrlScheme> |
| 14 | |||
| 15 | #include "core/hid/input_interpreter.h" | ||
| 16 | #include "yuzu/applets/qt_web_browser_scripts.h" | ||
| 14 | #endif | 17 | #endif |
| 15 | 18 | ||
| 16 | #include "common/fs/path_util.h" | 19 | #include "common/fs/path_util.h" |