diff options
author | Ameer J <52414509+ameerj@users.noreply.github.com> | 2022-03-23 21:31:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-23 21:31:02 +0100 |
commit | fb4d80b169d2b3a6ad7286f4cb412b29c0aa70d8 (patch) | |
tree | 45d25dde96830c645e7cd01b0b3c32ee7a679664 | |
parent | Merge pull request #8031 from Morph1984/cleanup-mii-please (diff) | |
parent | Add include to fix compiling (diff) | |
download | yuzu-fb4d80b169d2b3a6ad7286f4cb412b29c0aa70d8.tar yuzu-fb4d80b169d2b3a6ad7286f4cb412b29c0aa70d8.tar.gz yuzu-fb4d80b169d2b3a6ad7286f4cb412b29c0aa70d8.tar.bz2 yuzu-fb4d80b169d2b3a6ad7286f4cb412b29c0aa70d8.tar.lz yuzu-fb4d80b169d2b3a6ad7286f4cb412b29c0aa70d8.tar.xz yuzu-fb4d80b169d2b3a6ad7286f4cb412b29c0aa70d8.tar.zst yuzu-fb4d80b169d2b3a6ad7286f4cb412b29c0aa70d8.zip |
Diffstat (limited to '')
-rw-r--r-- | src/yuzu/applets/qt_web_browser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/applets/qt_web_browser.h b/src/yuzu/applets/qt_web_browser.h index 79a08f509..a47059412 100644 --- a/src/yuzu/applets/qt_web_browser.h +++ b/src/yuzu/applets/qt_web_browser.h @@ -5,6 +5,7 @@ #pragma once #include <atomic> +#include <thread> #include <QObject> |