소스 검색

Merge pull request #8073 from Shoegzer/compile_fixes

Add include to fix compiling
Ameer J 4 년 전
부모
커밋
fb4d80b169
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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>