]> rtime.felk.cvut.cz Git - eurobot/public.git/commitdiff
motion: Fix compile error.
authorMichal Vokac <vokac.m@gmail.com>
Thu, 20 Oct 2011 12:10:38 +0000 (14:10 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 13 Nov 2013 10:15:49 +0000 (11:15 +0100)
There was problem with NULL definition, adding the stdio header solved the problem.

src/motion/arc.cc
src/motion/turn.cc

index 7943a645dc4fda155a98f5b8db6deacdecbc1935..f3b67e6e92bf87241b0683dc9be1f6a9bc2c5de8 100644 (file)
@@ -19,6 +19,7 @@
 
 #include "trgen.h"
 #include "trgendbg.h"
+#include <stdio.h>
 
 namespace Segment {
 
index 7ab3373f0bab9e4883d8cc998c51e2ae8b2a65e2..49bc1fe9e95285b2f3bb0196e37b80ab5b844d2a 100644 (file)
@@ -18,6 +18,7 @@
 
 #include "trgen.h"
 #include "trgendbg.h"
+#include <stdio.h>
 
 namespace Segment {