Browse Source

Fix missing algorithm header in h264rtppacketizer.cpp

Paul-Louis Ageneau 1 year ago
parent
commit
be0afa8987
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/h264rtppacketizer.cpp

+ 1 - 0
src/h264rtppacketizer.cpp

@@ -12,6 +12,7 @@
 
 #include "impl/internals.hpp"
 
+#include <algorithm>
 #include <cassert>
 
 #ifdef _WIN32