Adding stdint.h to the Joystick.h makes the indexer work (fixes artf3505)

Change-Id: I6fee6d8ae0089fd4ffc2f043270bc719058f4b2d
This commit is contained in:
Brad Miller
2014-10-19 17:15:29 -04:00
parent d90bbc195c
commit dc89ec673a

View File

@@ -7,6 +7,7 @@
#ifndef JOYSTICK_H_
#define JOYSTICK_H_
#include <cstdint>
#include "GenericHID.h"
#include "ErrorBase.h"