浏览代码

H265RtpDepacketizer: Fix missing <algorithm> header

Needed for std::remove_if.
Robert Edmonds 10 月之前
父节点
当前提交
f787617e7b
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/h265rtpdepacketizer.cpp

+ 2 - 0
src/h265rtpdepacketizer.cpp

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