From 6b9dd6b73a2f7a190606458b049f28b1a25f190e Mon Sep 17 00:00:00 2001 From: Ross Morsali Date: Mon, 16 Mar 2026 20:36:13 +0100 Subject: [PATCH] Fix missing include for std::strerror on GCC/MSYS2 --- tests/test-stream-pcm.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test-stream-pcm.cpp b/tests/test-stream-pcm.cpp index d8abbf3b..59c0f6b2 100644 --- a/tests/test-stream-pcm.cpp +++ b/tests/test-stream-pcm.cpp @@ -1,6 +1,7 @@ #include #include #include +#include #include #include #include