diff --git a/test/BB2B_Test.cc b/test/BB2B_Test.cc index 8e446c9..a6c30db 100644 --- a/test/BB2B_Test.cc +++ b/test/BB2B_Test.cc @@ -2,12 +2,12 @@ // #include // not supported using Visual Studio 2022 compiler... -#include - #include "../DifferentialDrive.h" #include "../DistanceSensor.h" #include "../LinearAlgebra/Angle.h" #include "../Roboid.h" +#include +#include /// @brief A Distance sensor with testing support /// With this sensor it is possible to simulate a measurement