浏览代码

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>