diff --git a/include/SDL3/SDL_test_assert.h b/include/SDL3/SDL_test_assert.h index 98d8680c2..64a149d61 100644 --- a/include/SDL3/SDL_test_assert.h +++ b/include/SDL3/SDL_test_assert.h @@ -34,6 +34,8 @@ #ifndef SDL_test_assert_h_ #define SDL_test_assert_h_ +#include + #include /* Set up for C function definitions, even when using C++ */ #ifdef __cplusplus diff --git a/include/SDL3/SDL_test_font.h b/include/SDL3/SDL_test_font.h index 45437ca93..8a65fe947 100644 --- a/include/SDL3/SDL_test_font.h +++ b/include/SDL3/SDL_test_font.h @@ -30,6 +30,10 @@ #ifndef SDL_test_font_h_ #define SDL_test_font_h_ +#include +#include +#include + #include /* Set up for C function definitions, even when using C++ */ #ifdef __cplusplus diff --git a/include/SDL3/SDL_test_fuzzer.h b/include/SDL3/SDL_test_fuzzer.h index 89606ef3b..a935de21f 100644 --- a/include/SDL3/SDL_test_fuzzer.h +++ b/include/SDL3/SDL_test_fuzzer.h @@ -34,6 +34,8 @@ #ifndef SDL_test_fuzzer_h_ #define SDL_test_fuzzer_h_ +#include + #include /* Set up for C function definitions, even when using C++ */ #ifdef __cplusplus diff --git a/include/SDL3/SDL_test_harness.h b/include/SDL3/SDL_test_harness.h index 70adc3585..302388904 100644 --- a/include/SDL3/SDL_test_harness.h +++ b/include/SDL3/SDL_test_harness.h @@ -36,6 +36,8 @@ #ifndef SDL_test_h_arness_h #define SDL_test_h_arness_h +#include + #include /* Set up for C function definitions, even when using C++ */ #ifdef __cplusplus diff --git a/include/SDL3/SDL_test_log.h b/include/SDL3/SDL_test_log.h index 315d0ae0e..d0aaf340a 100644 --- a/include/SDL3/SDL_test_log.h +++ b/include/SDL3/SDL_test_log.h @@ -36,6 +36,8 @@ #ifndef SDL_test_log_h_ #define SDL_test_log_h_ +#include + #include /* Set up for C function definitions, even when using C++ */ #ifdef __cplusplus diff --git a/include/SDL3/SDL_test_md5.h b/include/SDL3/SDL_test_md5.h index 06a6272bd..81d601df8 100644 --- a/include/SDL3/SDL_test_md5.h +++ b/include/SDL3/SDL_test_md5.h @@ -56,6 +56,8 @@ #ifndef SDL_test_md5_h_ #define SDL_test_md5_h_ +#include + #include /* Set up for C function definitions, even when using C++ */ #ifdef __cplusplus