Browse Source

Fix missing <limits>

melpon 4 months ago
parent
commit
44410bab24
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/dependencydescriptor.cpp

+ 1 - 0
src/dependencydescriptor.cpp

@@ -10,6 +10,7 @@
 
 
 #include <algorithm>
 #include <algorithm>
 #include <functional>
 #include <functional>
+#include <limits>
 #include <stdexcept>
 #include <stdexcept>
 
 
 namespace rtc {
 namespace rtc {