Browse Source

Add stdint.h

melpon 5 tháng trước cách đây
mục cha
commit
f8fd152406
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 {