Explorar o código

Fix missing algorithm header in h264rtpdepacketizer.cpp

Paul-Louis Ageneau hai 1 ano
pai
achega
e851f41d59
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/h264rtpdepacketizer.cpp

+ 2 - 0
src/h264rtpdepacketizer.cpp

@@ -13,6 +13,8 @@
 
 #include "impl/internals.hpp"
 
+#include <algorithm>
+
 namespace rtc {
 
 const binary naluLongStartCode = {byte{0}, byte{0}, byte{0}, byte{1}};