From 4b9437639a5fd5cc83aa19f90f8343acd7f5881a Mon Sep 17 00:00:00 2001 From: Ivan Santiago Paunovic Date: Fri, 29 May 2020 13:38:36 -0300 Subject: [PATCH] Add missing header in logging_mutex.cpp (#1145) Signed-off-by: Ivan Santiago Paunovic --- rclcpp/src/rclcpp/logging_mutex.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rclcpp/src/rclcpp/logging_mutex.cpp b/rclcpp/src/rclcpp/logging_mutex.cpp index 5d189c4..308a21f 100644 --- a/rclcpp/src/rclcpp/logging_mutex.cpp +++ b/rclcpp/src/rclcpp/logging_mutex.cpp @@ -17,6 +17,8 @@ #include "rcutils/macros.h" +#include "./logging_mutex.hpp" + std::shared_ptr get_global_logging_mutex() {