浏览代码

Fix missing algorithm header in h264rtpdepacketizer.cpp

Paul-Louis Ageneau 1 年之前
父节点
当前提交
e851f41d59
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/h264rtpdepacketizer.cpp

+ 2 - 0
src/h264rtpdepacketizer.cpp

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