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 {