From 07c460a327bf460bd5d63174f4b8170e4581df22 Mon Sep 17 00:00:00 2001 From: Pablo Garrido Date: Fri, 14 Jan 2022 08:16:58 +0100 Subject: [PATCH] Add condition variable include (#113) Signed-off-by: Pablo Garrido Update Signed-off-by: Pablo Garrido --- .../include/agent/graph_manager/graph_manager.hpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/micro_ros_agent/include/agent/graph_manager/graph_manager.hpp b/micro_ros_agent/include/agent/graph_manager/graph_manager.hpp index f0d94d2..3f0e309 100644 --- a/micro_ros_agent/include/agent/graph_manager/graph_manager.hpp +++ b/micro_ros_agent/include/agent/graph_manager/graph_manager.hpp @@ -12,6 +12,9 @@ // See the License for the specific language governing permissions and // limitations under the License. +#ifndef _UROS_AGENT_GRAPH_MANAGER_HPP +#define _UROS_AGENT_GRAPH_MANAGER_HPP + #include "fastrtps/Domain.h" #include #include "fastrtps/attributes/ParticipantAttributes.h" @@ -58,8 +61,7 @@ #include #include -#ifndef _UROS_AGENT_GRAPH_MANAGER_HPP -#define _UROS_AGENT_GRAPH_MANAGER_HPP +#include namespace uros { namespace agent {