From 1f1b5842c6fb5718df12eb37ba916ba3838ffb4b Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 14 Jan 2022 08:21:30 +0100 Subject: [PATCH] Add condition variable include (#113) (#114) 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 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 {