소스 검색

Add stdint.h

melpon 4 달 전
부모
커밋
f8fd152406
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      include/rtc/dependencydescriptor.hpp

+ 1 - 0
include/rtc/dependencydescriptor.hpp

@@ -12,6 +12,7 @@
 #include <bitset>
 #include <cassert>
 #include <optional>
+#include <stdint.h>
 #include <vector>
 
 namespace rtc {