Ver Fonte

H265RtpDepacketizer: Fix missing <algorithm> header

Needed for std::remove_if.
Robert Edmonds há 10 meses atrás
pai
commit
f787617e7b
1 ficheiros alterados com 2 adições e 0 exclusões
  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}};