From 22e7beb2fc705139625e3c036c256c6f19cd1c2c Mon Sep 17 00:00:00 2001 From: AJR Date: Sun, 6 Feb 2022 17:55:34 -0500 Subject: [PATCH] flac.cpp: Add some missing standard headers --- src/lib/util/flac.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib/util/flac.cpp b/src/lib/util/flac.cpp index 9fb0c4c46dc..b0d5b9fa565 100644 --- a/src/lib/util/flac.cpp +++ b/src/lib/util/flac.cpp @@ -2,7 +2,7 @@ // copyright-holders:Aaron Giles /*************************************************************************** - flac.c + flac.cpp FLAC compression wrappers @@ -12,8 +12,10 @@ #include "ioprocs.h" +#include #include #include +#include #include