diff options
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" |