Skip to content

Commit

Permalink
Fix missing algorithm header in h264rtpdepacketizer.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
paullouisageneau committed May 14, 2024
1 parent 9044c34 commit e851f41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/h264rtpdepacketizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

#include "impl/internals.hpp"

#include <algorithm>

namespace rtc {

const binary naluLongStartCode = {byte{0}, byte{0}, byte{0}, byte{1}};
Expand Down

0 comments on commit e851f41

Please sign in to comment.