summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorameerj <52414509+ameerj@users.noreply.github.com>2022-03-22 03:42:14 +0100
committerameerj <52414509+ameerj@users.noreply.github.com>2022-03-22 03:42:14 +0100
commitb3cfccdb805054b1b90addceb2f8793c46fc2c29 (patch)
treef12b9624967c8fa3117cfdad41e9eb0afabb383d
parentMerge pull request #8038 from liamwhite/exit-register-detection (diff)
downloadyuzu-b3cfccdb805054b1b90addceb2f8793c46fc2c29.tar
yuzu-b3cfccdb805054b1b90addceb2f8793c46fc2c29.tar.gz
yuzu-b3cfccdb805054b1b90addceb2f8793c46fc2c29.tar.bz2
yuzu-b3cfccdb805054b1b90addceb2f8793c46fc2c29.tar.lz
yuzu-b3cfccdb805054b1b90addceb2f8793c46fc2c29.tar.xz
yuzu-b3cfccdb805054b1b90addceb2f8793c46fc2c29.tar.zst
yuzu-b3cfccdb805054b1b90addceb2f8793c46fc2c29.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"