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;