Fixed compilation with GCC 6 (#248)

Since newer versions of GCC emit more warnings and errors, I tried building WPILib with GCC 6.2.0. This patch fixes compilation errors that occurred.
This commit is contained in:
Tyler Veness
2016-09-23 20:27:11 -07:00
committed by Peter Johnson
parent 659dbef751
commit 049fec470b
3 changed files with 10 additions and 5 deletions

View File

@@ -5,6 +5,8 @@
/* the project. */
/*----------------------------------------------------------------------------*/
#include <cmath>
#include "ADXL345_SPI.h"
#include "AnalogGyro.h"
#include "Servo.h"