From 7070162b982331463c5a0ec34e1a5a30366c35a7 Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Thu, 6 Oct 2016 11:05:09 -0700 Subject: [PATCH] Fixed lint errors (#259) --- .travis.yml | 3 +-- wpilibc/shared/include/SmartDashboard/SmartDashboard.h | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d261b06af9..5b84e2c79e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,5 +18,4 @@ cache: - $HOME/.gradle/wrapper/ script: - - ./gradlew build -PmakeSim - + - ./gradlew build -PmakeSim diff --git a/wpilibc/shared/include/SmartDashboard/SmartDashboard.h b/wpilibc/shared/include/SmartDashboard/SmartDashboard.h index ff741a3e85..78d1544e9b 100644 --- a/wpilibc/shared/include/SmartDashboard/SmartDashboard.h +++ b/wpilibc/shared/include/SmartDashboard/SmartDashboard.h @@ -10,6 +10,7 @@ #include #include #include +#include #include "SensorBase.h" #include "SmartDashboard/NamedSendable.h"