From aa6cd91c63be4d0e31ea487b3f4f7c01bf6a0af3 Mon Sep 17 00:00:00 2001 From: Alberto Soragna Date: Wed, 21 Aug 2019 11:38:15 -0700 Subject: [PATCH] included header in logging_rosout.c (#478) Signed-off-by: Soragna, Alberto --- rcl/src/rcl/logging_rosout.c | 1 + 1 file changed, 1 insertion(+) diff --git a/rcl/src/rcl/logging_rosout.c b/rcl/src/rcl/logging_rosout.c index f7fa8ba..9c92ee9 100644 --- a/rcl/src/rcl/logging_rosout.c +++ b/rcl/src/rcl/logging_rosout.c @@ -14,6 +14,7 @@ #include "rcl/allocator.h" #include "rcl/error_handling.h" +#include "rcl/logging_rosout.h" #include "rcl/node.h" #include "rcl/publisher.h" #include "rcl/time.h"