소스 검색

Fixed building with Windows.Gaming.Input enabled

Sam Lantinga 5 년 전
부모
커밋
9ec2cf5629
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/joystick/windows/SDL_rawinputjoystick_c.h

+ 1 - 0
src/joystick/windows/SDL_rawinputjoystick_c.h

@@ -19,6 +19,7 @@
   3. This notice may not be removed or altered from any source distribution.
 */
 #include "../../SDL_internal.h"
+#include "../../core/windows/SDL_windows.h"
 
 /* Return true if the RawInput driver is enabled */
 extern SDL_bool RAWINPUT_IsEnabled();