diff options
author | Paul Adenot <[email protected]> | 2023-11-10 15:28:05 +0100 |
---|---|---|
committer | Paul Adenot <[email protected]> | 2023-11-10 15:37:57 +0100 |
commit | 001b904409e4d9d3c88b0c180e76ff6bc28dd54f (patch) | |
tree | fb6598f5369efc937007d8e04f58094d0799cefb /test | |
parent | 47f9a4733bd489c1aa7cf14ad840f7d116845bcf (diff) | |
download | cubeb-001b904409e4d9d3c88b0c180e76ff6bc28dd54f.tar.gz cubeb-001b904409e4d9d3c88b0c180e76ff6bc28dd54f.zip |
Non-functional change: Directly include string.h in test/common.h
Diffstat (limited to 'test')
-rw-r--r-- | test/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <cstdarg> +#include <cstdio> +#include <cstring> template <typename T, size_t N> constexpr size_t |