Merge pull request #8067 from ameerj/qt-browser-include

qt_web_browser: Add missing includes
This commit is contained in:
Narr the Reg 2022-03-21 21:33:09 -06:00 committed by GitHub
commit f83cd2e8b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"