From 8265f0a7fef86dab3258d06173bb57a5ef5fc0e4 Mon Sep 17 00:00:00 2001 From: "ishak jmilou.ishak" Date: Thu, 3 Oct 2024 15:06:21 +0200 Subject: [PATCH] got error in include --- src/C++/Driver/src/test.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/C++/Driver/src/test.cpp b/src/C++/Driver/src/test.cpp index 8374bd4..4cb2ed2 100644 --- a/src/C++/Driver/src/test.cpp +++ b/src/C++/Driver/src/test.cpp @@ -1,8 +1,8 @@ #include "CKobuki.h" -#include "errno.h" -#include "termios.h" -#include -#include +#include +#include +#include +#include "graph.h" // define for the commands #define turnRight robot.doRotation(0.25)