diff --git a/wpilibcExamples/src/main/cpp/templates/commandbased/Robot.cpp b/wpilibcExamples/src/main/cpp/templates/commandbased/Robot.cpp index a258a8aa23..172110fd71 100644 --- a/wpilibcExamples/src/main/cpp/templates/commandbased/Robot.cpp +++ b/wpilibcExamples/src/main/cpp/templates/commandbased/Robot.cpp @@ -7,10 +7,10 @@ #include #include -#include #include #include #include +#include #include "Commands/ExampleCommand.h" #include "Commands/MyAutoCommand.h"