From 4a38fa7f19fe4bdc07fef6f853e06d860bc4359c Mon Sep 17 00:00:00 2001 From: James Turner Date: Fri, 4 May 2018 08:30:46 +0100 Subject: [PATCH] Windows build fix --- 3rdparty/joystick/jsWindows.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/3rdparty/joystick/jsWindows.cxx b/3rdparty/joystick/jsWindows.cxx index 6fa162db9..ba9d1a71c 100644 --- a/3rdparty/joystick/jsWindows.cxx +++ b/3rdparty/joystick/jsWindows.cxx @@ -27,6 +27,7 @@ #include #include // for REGSTR_PATH_JOYCONFIG, etc +#include #define _JS_MAX_AXES_WIN 8 /* X,Y,Z,R,U,V,POV_X,POV_Y */