Skip to content

Commit

Permalink
cstdint in test to allow int16_t
Browse files Browse the repository at this point in the history
  • Loading branch information
sonoro1234 committed Jan 10, 2025
1 parent 43a3211 commit c235e92
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/duplex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include <iostream>
#include <cstdlib>
#include <cstring>

#include <cstdint>
/*
typedef int8_t MY_TYPE;
#define FORMAT RTAUDIO_SINT8
Expand Down
1 change: 1 addition & 0 deletions tests/playraw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <cstdlib>
#include <cstring>
#include <stdio.h>
#include <cstdint>

/*
typedef int8_t MY_TYPE;
Expand Down
1 change: 1 addition & 0 deletions tests/playsaw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include <iostream>
#include <cstdlib>
#include <signal.h>
#include <cstdint>

/*
typedef int8_t MY_TYPE;
Expand Down
2 changes: 1 addition & 1 deletion tests/record.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include <cstdlib>
#include <cstring>
#include <stdio.h>

#include <cstdint>
/*
typedef int8_t MY_TYPE;
#define FORMAT RTAUDIO_SINT8
Expand Down

0 comments on commit c235e92

Please sign in to comment.