Include library header <algorithm> in cli and opus.

* fixes fmang/opustags#69
This commit is contained in:
perfStack 2024-05-17 12:27:45 +05:30 committed by Frédéric Mangano
parent 6ae008befd
commit 3da23b58c9
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -24,6 +24,7 @@
#include <opustags.h>
#include <string.h>
#include <algorithm>
ot::opus_tags ot::parse_tags(const ogg_packet& packet)
{