From c235e924fca51da35ff64f0eafc33857751b78a2 Mon Sep 17 00:00:00 2001 From: sonoro1234 Date: Fri, 10 Jan 2025 15:26:19 +0100 Subject: [PATCH] cstdint in test to allow int16_t --- tests/duplex.cpp | 2 +- tests/playraw.cpp | 1 + tests/playsaw.cpp | 1 + tests/record.cpp | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/duplex.cpp b/tests/duplex.cpp index 1d680b0b..c4eccfb1 100644 --- a/tests/duplex.cpp +++ b/tests/duplex.cpp @@ -12,7 +12,7 @@ #include #include #include - +#include /* typedef int8_t MY_TYPE; #define FORMAT RTAUDIO_SINT8 diff --git a/tests/playraw.cpp b/tests/playraw.cpp index 7f6ccc9b..d32c3660 100644 --- a/tests/playraw.cpp +++ b/tests/playraw.cpp @@ -14,6 +14,7 @@ #include #include #include +#include /* typedef int8_t MY_TYPE; diff --git a/tests/playsaw.cpp b/tests/playsaw.cpp index ee61f064..37d21155 100644 --- a/tests/playsaw.cpp +++ b/tests/playsaw.cpp @@ -12,6 +12,7 @@ #include #include #include +#include /* typedef int8_t MY_TYPE; diff --git a/tests/record.cpp b/tests/record.cpp index 06d398c9..059eb792 100644 --- a/tests/record.cpp +++ b/tests/record.cpp @@ -14,7 +14,7 @@ #include #include #include - +#include /* typedef int8_t MY_TYPE; #define FORMAT RTAUDIO_SINT8