Test: Add float header for FLT_RADIX definition.

This commit is contained in:
Pierre Wendling 2022-05-15 19:36:30 -04:00 committed by Sam Lantinga
parent 7a55fa4e56
commit a864180cf3

View File

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