From 3da23b58c9a29e552b544e90c37a2ad3e6513ef6 Mon Sep 17 00:00:00 2001 From: perfStack <95343750+perfStack@users.noreply.github.com> Date: Fri, 17 May 2024 12:27:45 +0530 Subject: [PATCH] Include library header in cli and opus. * fixes fmang/opustags#69 --- src/cli.cc | 1 + src/opus.cc | 1 + 2 files changed, 2 insertions(+) diff --git a/src/cli.cc b/src/cli.cc index 40bc10b..072f6ec 100644 --- a/src/cli.cc +++ b/src/cli.cc @@ -15,6 +15,7 @@ #include #include #include +#include static const char help_message[] = PROJECT_NAME " version " PROJECT_VERSION diff --git a/src/opus.cc b/src/opus.cc index 85dbe53..e23e512 100644 --- a/src/opus.cc +++ b/src/opus.cc @@ -24,6 +24,7 @@ #include #include +#include ot::opus_tags ot::parse_tags(const ogg_packet& packet) {