Browse Source
Merge pull request #8073 from Shoegzer/compile_fixes
Add include to fix compiling
pull/15/merge
Ameer J
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/yuzu/applets/qt_web_browser.h
|
|
@ -5,6 +5,7 @@ |
|
|
#pragma once |
|
|
#pragma once |
|
|
|
|
|
|
|
|
#include <atomic> |
|
|
#include <atomic> |
|
|
|
|
|
#include <thread> |
|
|
|
|
|
|
|
|
#include <QObject> |
|
|
#include <QObject> |
|
|
|
|
|
|
|
|
|