From 001b904409e4d9d3c88b0c180e76ff6bc28dd54f Mon Sep 17 00:00:00 2001 From: Paul Adenot Date: Fri, 10 Nov 2023 15:28:05 +0100 Subject: Non-functional change: Directly include string.h in test/common.h --- test/common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/common.h b/test/common.h index ad464a4..fb97364 100644 --- a/test/common.h +++ b/test/common.h @@ -20,6 +20,8 @@ #include "cubeb/cubeb.h" #include "cubeb_mixer.h" #include +#include +#include template constexpr size_t -- cgit v1.2.3