From 15a7ee4cae6db05ab45147c8c821474ee0946620 Mon Sep 17 00:00:00 2001 From: Aidan Ferguson Date: Sat, 6 Feb 2016 14:04:20 -0500 Subject: [PATCH] added more includes because I will need to do things like moving strings around, knowing what time it is, and vectors, because we already have enough spagetti. --- DriveBase/src/Robot.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/DriveBase/src/Robot.cpp b/DriveBase/src/Robot.cpp index 4a8ad95..1deee2e 100644 --- a/DriveBase/src/Robot.cpp +++ b/DriveBase/src/Robot.cpp @@ -1,6 +1,14 @@ #include "WPILib.h" #include "TankDrive.h" #include "Shooter.h" +#include +#include +#include +#include +#include +#include +#include +#include /** * This sample shows how to use the new CANTalon to just run a motor in a basic