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();