From b485a93ed637162c674a447ac36d70735e0f0870 Mon Sep 17 00:00:00 2001 From: yuanyuyuan Date: Fri, 22 Nov 2024 17:19:59 +0800 Subject: [PATCH] fix: include "rcutils/types/string_array.h" --- rmw_zenoh_cpp/src/detail/graph_cache.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rmw_zenoh_cpp/src/detail/graph_cache.hpp b/rmw_zenoh_cpp/src/detail/graph_cache.hpp index eb22d3ea..ce23e3cc 100644 --- a/rmw_zenoh_cpp/src/detail/graph_cache.hpp +++ b/rmw_zenoh_cpp/src/detail/graph_cache.hpp @@ -29,7 +29,7 @@ #include "ordered_map.hpp" #include "rcutils/allocator.h" -#include "rcutils/string_array.h" +#include "rcutils/types/string_array.h" #include "rmw/topic_endpoint_info_array.h" #include "rmw/names_and_types.h"