Kaynağa Gözat

Fix missing algorithm header in h264rtpdepacketizer.cpp

Paul-Louis Ageneau 1 yıl önce
ebeveyn
işleme
e851f41d59
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  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}};