Browse Source

Added header needed for SDL_Delay()

Sam Lantinga 3 years ago
parent
commit
12aa4d5653
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/joystick/windows/SDL_dinputjoystick.c

+ 1 - 0
src/joystick/windows/SDL_dinputjoystick.c

@@ -25,6 +25,7 @@
 #if SDL_JOYSTICK_DINPUT
 
 #include "SDL_hints.h"
+#include "SDL_timer.h"
 #include "SDL_windowsjoystick_c.h"
 #include "SDL_dinputjoystick_c.h"
 #include "SDL_rawinputjoystick_c.h"