summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Ameer J2022-03-23 16:31:02 -0400
committerGravatar GitHub2022-03-23 16:31:02 -0400
commitfb4d80b169d2b3a6ad7286f4cb412b29c0aa70d8 (patch)
tree45d25dde96830c645e7cd01b0b3c32ee7a679664
parentMerge pull request #8031 from Morph1984/cleanup-mii-please (diff)
parentAdd include to fix compiling (diff)
downloadyuzu-fb4d80b169d2b3a6ad7286f4cb412b29c0aa70d8.tar.gz
yuzu-fb4d80b169d2b3a6ad7286f4cb412b29c0aa70d8.tar.xz
yuzu-fb4d80b169d2b3a6ad7286f4cb412b29c0aa70d8.zip
Merge pull request #8073 from Shoegzer/compile_fixes
Add include to fix compiling
Diffstat (limited to '')
-rw-r--r--src/yuzu/applets/qt_web_browser.h1
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 @@
5#pragma once 5#pragma once
6 6
7#include <atomic> 7#include <atomic>
8#include <thread>
8 9
9#include <QObject> 10#include <QObject>
10 11