Ver Fonte

Fix missing algorithm header in h264rtppacketizer.cpp

Paul-Louis Ageneau há 1 ano atrás
pai
commit
be0afa8987
1 ficheiros alterados com 1 adições e 0 exclusões
  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