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

This commit is contained in:
Brad Miller (WPI)
2014-10-20 07:47:31 -07:00
committed by Gerrit Code Review

View File

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