Test: Add float header for FLT_RADIX definition.

main
Pierre Wendling 2022-05-15 19:36:30 -04:00 committed by Sam Lantinga
parent 7a55fa4e56
commit a864180cf3
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
*/ */
#include <math.h> #include <math.h>
#include <float.h>
#include "SDL.h" #include "SDL.h"
#include "SDL_test.h" #include "SDL_test.h"