From 772711f5ea98334aae7feb28d947950fb776fc96 Mon Sep 17 00:00:00 2001 From: Adam Long Date: Thu, 19 Feb 2015 17:33:23 +0000 Subject: [PATCH] Moved code version to robotmap.h --- DentRobot.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/DentRobot.cpp b/DentRobot.cpp index 4cc4c1d..0f37cef 100644 --- a/DentRobot.cpp +++ b/DentRobot.cpp @@ -1,5 +1,6 @@ #include "DentRobot.h" #include "OI.h" +#include "RobotMap.h" #include "Commands/Autonomous/Autonomous.h" OI* DentRobot::oi=NULL; Collector* DentRobot::collector=NULL;