Browse Source

Add stdint.h

melpon 3 months ago
parent
commit
f8fd152406
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/rtc/dependencydescriptor.hpp

+ 1 - 0
include/rtc/dependencydescriptor.hpp

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