Browse Source

Merge pull request #872 from paullouisageneau/fix-missing-header

Fix missing stdexcept header
Paul-Louis Ageneau 2 years ago
parent
commit
3da78a5ce1
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 <map>
+#include <stdexcept>
 #include <vector>
 
 namespace rtc::impl {