Skip to content

Commit

Permalink
Merge pull request #1055 from kostadinsh/gcc-14
Browse files Browse the repository at this point in the history
Add #include <algorithm> to fix building with gcc 14
  • Loading branch information
paullouisageneau authored Nov 24, 2023
2 parents cafd410 + f75f925 commit 499398a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/impl/icetransport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include "transport.hpp"
#include "utils.hpp"

#include <algorithm>
#include <iostream>
#include <random>
#include <sstream>
Expand Down

0 comments on commit 499398a

Please sign in to comment.