Browse Source
Merge pull request #8067 from ameerj/qt-browser-include
qt_web_browser: Add missing includes
pull/15/merge
Narr the Reg
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
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"
|
|
|
|
|