Browse Source

Merge branch 'v0.21'

Paul-Louis Ageneau 1 year ago
parent
commit
66b95ae60d
1 changed files with 2 additions and 0 deletions
  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}};