소스 검색

Merge pull request #5984 from jbeich/gcc-freebsd

common,video-core: unbreak GCC 11 build on FreeBSD 13
bunnei 5 년 전
부모
커밋
55f556c53e
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/common/cityhash.h
  2. 1 0
      src/video_core/shader_notify.cpp

+ 1 - 0
src/common/cityhash.h

@@ -61,6 +61,7 @@
 
 #pragma once
 
+#include <cstddef>
 #include "common/common_types.h"
 
 namespace Common {

+ 1 - 0
src/video_core/shader_notify.cpp

@@ -2,6 +2,7 @@
 // Licensed under GPLv2 or any later version
 // Refer to the license.txt file included.
 
+#include <mutex>
 #include "video_core/shader_notify.h"
 
 using namespace std::chrono_literals;