Browse Source

Added header needed for SDL_Delay()

Sam Lantinga 3 năm trước cách đây
mục cha
commit
12aa4d5653
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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"