From 0af992145e23dee818c9be4442f6b9acd473d7ff Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 14 Jan 2022 08:21:25 +0100 Subject: [PATCH] Add condition variable include (#113) (#115) Signed-off-by: Pablo Garrido Update Signed-off-by: Pablo Garrido (cherry picked from commit 07c460a327bf460bd5d63174f4b8170e4581df22) Co-authored-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 11b2145..95a43e4 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 {