From dc89ec673a32d248a47b14e28800f8559e619648 Mon Sep 17 00:00:00 2001 From: Brad Miller Date: Sun, 19 Oct 2014 17:15:29 -0400 Subject: [PATCH] Adding stdint.h to the Joystick.h makes the indexer work (fixes artf3505) Change-Id: I6fee6d8ae0089fd4ffc2f043270bc719058f4b2d --- wpilibc/wpilibC++Devices/include/Joystick.h | 1 + 1 file changed, 1 insertion(+) diff --git a/wpilibc/wpilibC++Devices/include/Joystick.h b/wpilibc/wpilibC++Devices/include/Joystick.h index 429b499eae..42ec73a040 100644 --- a/wpilibc/wpilibC++Devices/include/Joystick.h +++ b/wpilibc/wpilibC++Devices/include/Joystick.h @@ -7,6 +7,7 @@ #ifndef JOYSTICK_H_ #define JOYSTICK_H_ +#include #include "GenericHID.h" #include "ErrorBase.h"