浏览代码

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 {