From f559566ef47655544b62abf036f382eff9a5889e Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Sun, 31 Dec 2023 08:46:39 +0100 Subject: [PATCH] Fixed includes --- test/Dummy_test.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Dummy_test.cc b/test/Dummy_test.cc index fd3a01e..2c6e589 100644 --- a/test/Dummy_test.cc +++ b/test/Dummy_test.cc @@ -1,6 +1,8 @@ #if GTEST #include +#include "DifferentialDrive.h" +#include "DistanceSensor.h" #include "Roboid.h" TEST(Dummy, Foo) {