2
0
Эх сурвалжийг харах

Fix missing algorithm header in h264rtpdepacketizer.cpp

Paul-Louis Ageneau 1 жил өмнө
parent
commit
e851f41d59

+ 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}};