Browse Source

Fix missing algorithm header in h264rtpdepacketizer.cpp

Paul-Louis Ageneau 1 year ago
parent
commit
e851f41d59
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 <algorithm>
+
 namespace rtc {
 
 const binary naluLongStartCode = {byte{0}, byte{0}, byte{0}, byte{1}};