From 55347a4f25940445460ebd37bed9a97705f5f022 Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Sat, 28 Dec 2024 15:36:25 +0100 Subject: [PATCH] Fix include --- Perception.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Perception.cpp b/Perception.cpp index f1cf949..f450ee7 100644 --- a/Perception.cpp +++ b/Perception.cpp @@ -1,7 +1,7 @@ #include "Perception.h" -#include "ControLCore/Thing.h" +#include "ControlCore/LinearAlgebra/Angle.h" +#include "ControlCore/Thing.h" #include "DistanceSensor.h" -#include "LinearAlgebra/Angle.h" #include "NetworkSync.h" #include "Switch.h"