From 7cdb69a153c90566c31202322a6253077542905f Mon Sep 17 00:00:00 2001 From: Martin Pecka Date: Sat, 2 Nov 2024 15:07:35 +0100 Subject: [PATCH] cras_cpp_common: string_utils: Added missing include. --- cras_cpp_common/include/cras_cpp_common/string_utils/ros.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/cras_cpp_common/include/cras_cpp_common/string_utils/ros.hpp b/cras_cpp_common/include/cras_cpp_common/string_utils/ros.hpp index 396775b..4fceba9 100644 --- a/cras_cpp_common/include/cras_cpp_common/string_utils/ros.hpp +++ b/cras_cpp_common/include/cras_cpp_common/string_utils/ros.hpp @@ -19,6 +19,7 @@ #include #include +#include #include namespace cras