Explorar o código

Fix missing stdexcept header

Paul-Louis Ageneau %!s(int64=2) %!d(string=hai) anos
pai
achega
9f607201fe
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/impl/wshandshake.hpp

+ 1 - 0
src/impl/wshandshake.hpp

@@ -15,6 +15,7 @@
 
 #include <list>
 #include <map>
+#include <stdexcept>
 #include <vector>
 
 namespace rtc::impl {