From 9ec2cf562981f30a1f50a55eebce5edd91be0897 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 25 Nov 2020 10:31:59 -0800 Subject: [PATCH] Fixed building with Windows.Gaming.Input enabled --- src/joystick/windows/SDL_rawinputjoystick_c.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/joystick/windows/SDL_rawinputjoystick_c.h b/src/joystick/windows/SDL_rawinputjoystick_c.h index a683364f9..b7d2e6302 100644 --- a/src/joystick/windows/SDL_rawinputjoystick_c.h +++ b/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();