diff --git a/panda/src/device/inputDeviceManager.h b/panda/src/device/inputDeviceManager.h index 9cfadf2845..7fd69b804e 100644 --- a/panda/src/device/inputDeviceManager.h +++ b/panda/src/device/inputDeviceManager.h @@ -20,7 +20,7 @@ #include "inputDeviceSet.h" #ifdef _WIN32 -#include "xinputDevice.h" +#include "xInputDevice.h" class WinRawInputDevice; #endif