From 14f162c67fe36271a5c0a1adc0bb1c972686f0af Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Sun, 31 Dec 2023 08:42:56 +0100 Subject: [PATCH] Added include --- test/Dummy_test.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Dummy_test.cc b/test/Dummy_test.cc index 3cff9b3..fd3a01e 100644 --- a/test/Dummy_test.cc +++ b/test/Dummy_test.cc @@ -1,6 +1,8 @@ #if GTEST #include +#include "Roboid.h" + TEST(Dummy, Foo) { Motor motorLeft = Motor(); Motor motorRight = Motor();