Skip to content

Commit

Permalink
Fix missing algorithm header in av1rtppacketizer.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
paullouisageneau committed Oct 24, 2024
1 parent 444e9da commit 1e048f8
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 1e048f8

Please sign in to comment.