From 63f69b99865582de7190d8d0c10414105b8d5905 Mon Sep 17 00:00:00 2001 From: Paul Adenot Date: Fri, 10 Nov 2023 15:48:07 +0100 Subject: Include the header directly to use AudioBuffer on macOS in cubeb_ring_array.h --- src/cubeb_ring_array.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/cubeb_ring_array.h b/src/cubeb_ring_array.h index 05a8fe9..ba1ed76 100644 --- a/src/cubeb_ring_array.h +++ b/src/cubeb_ring_array.h @@ -9,6 +9,7 @@ #define CUBEB_RING_ARRAY_H #include "cubeb_utils.h" +#include /** Ring array of pointers is used to hold buffers. In case that asynchronous producer/consumer callbacks do not arrive in a -- cgit v1.2.3