Skip to content

Commit

Permalink
Merge pull request #1280 from paullouisageneau/add-missing-algorithm-…
Browse files Browse the repository at this point in the history
…header

Fix missing algorithm header in av1rtppacketizer.cpp
  • Loading branch information
paullouisageneau authored Oct 24, 2024
2 parents 444e9da + 1e048f8 commit 6882456
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/av1rtppacketizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

#include "impl/internals.hpp"

#include <algorithm>

namespace rtc {

const auto payloadHeaderSize = 1;
Expand Down

0 comments on commit 6882456

Please sign in to comment.