Sfoglia il codice sorgente

Merge pull request #8073 from Shoegzer/compile_fixes

Add include to fix compiling
Ameer J 4 anni fa
parent
commit
fb4d80b169
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/yuzu/applets/qt_web_browser.h

+ 1 - 0
src/yuzu/applets/qt_web_browser.h

@@ -5,6 +5,7 @@
 #pragma once
 
 #include <atomic>
+#include <thread>
 
 #include <QObject>