소스 검색

Merge pull request #1055 from kostadinsh/gcc-14

Add #include <algorithm> to fix building with gcc 14
Paul-Louis Ageneau 1 년 전
부모
커밋
499398a4b7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/impl/icetransport.cpp

+ 1 - 0
src/impl/icetransport.cpp

@@ -12,6 +12,7 @@
 #include "transport.hpp"
 #include "utils.hpp"
 
+#include <algorithm>
 #include <iostream>
 #include <random>
 #include <sstream>