Browse Source

Fix missing algorithm header in h264rtpdepacketizer.cpp

Paul-Louis Ageneau 1 năm trước cách đây
mục cha
commit
e851f41d59
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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}};