From aa19545750dabdb714d8c4ea648f684d9bdd1a00 Mon Sep 17 00:00:00 2001 From: yuanyuyuan Date: Fri, 22 Nov 2024 17:16:33 +0800 Subject: [PATCH] chore: include the string_array.h --- rmw_zenoh_cpp/src/detail/graph_cache.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/rmw_zenoh_cpp/src/detail/graph_cache.hpp b/rmw_zenoh_cpp/src/detail/graph_cache.hpp index 158891de..eb22d3ea 100644 --- a/rmw_zenoh_cpp/src/detail/graph_cache.hpp +++ b/rmw_zenoh_cpp/src/detail/graph_cache.hpp @@ -29,6 +29,7 @@ #include "ordered_map.hpp" #include "rcutils/allocator.h" +#include "rcutils/string_array.h" #include "rmw/topic_endpoint_info_array.h" #include "rmw/names_and_types.h"