Skip to content

Commit

Permalink
Include library header <algorithm> in cli and opus.
Browse files Browse the repository at this point in the history
* fixes fmang#69
  • Loading branch information
perfStack committed May 17, 2024
1 parent 6ae008b commit c1efd36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/cli.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <string.h>
#include <sys/stat.h>
#include <unistd.h>
#include <algorithm>

static const char help_message[] =
PROJECT_NAME " version " PROJECT_VERSION
Expand Down
1 change: 1 addition & 0 deletions src/opus.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <opustags.h>

#include <string.h>
#include <algorithm>

ot::opus_tags ot::parse_tags(const ogg_packet& packet)
{
Expand Down

0 comments on commit c1efd36

Please sign in to comment.