Browse Source

Fix missing stdexcept header

Paul-Louis Ageneau 2 years ago
parent
commit
9f607201fe
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/impl/wshandshake.hpp

+ 1 - 0
src/impl/wshandshake.hpp

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