mirror of
https://github.com/fmang/opustags.git
synced 2025-01-26 01:45:02 +01:00
Include library header <algorithm> in cli and opus.
* fixes fmang/opustags#69
This commit is contained in:
parent
6ae008befd
commit
3da23b58c9
@ -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
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <opustags.h>
|
||||
|
||||
#include <string.h>
|
||||
#include <algorithm>
|
||||
|
||||
ot::opus_tags ot::parse_tags(const ogg_packet& packet)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user