diff --git a/src/timer/SDL_timer.c b/src/timer/SDL_timer.c index 4601ecd861..4f33c62456 100644 --- a/src/timer/SDL_timer.c +++ b/src/timer/SDL_timer.c @@ -475,7 +475,7 @@ static Uint64 tick_freq; #if defined(SDL_TIMER_WINDOWS) && \ !defined(__WINRT__) && !defined(__XBOXONE__) && !defined(__XBOXSERIES__) -#include +#include #define HAVE_TIME_BEGIN_PERIOD #endif