From 28844a714798f9baac2c8ae1adf314fcd5f530e7 Mon Sep 17 00:00:00 2001 From: satoshi-ota Date: Tue, 19 Mar 2024 08:38:41 +0900 Subject: [PATCH] fix(tier4_autoware_utils): fix build error Signed-off-by: satoshi-ota --- common/tier4_autoware_utils/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/common/tier4_autoware_utils/CMakeLists.txt b/common/tier4_autoware_utils/CMakeLists.txt index 9cb54e52362a5..2e5069389c807 100644 --- a/common/tier4_autoware_utils/CMakeLists.txt +++ b/common/tier4_autoware_utils/CMakeLists.txt @@ -16,6 +16,7 @@ ament_auto_add_library(tier4_autoware_utils SHARED src/ros/marker_helper.cpp src/ros/logger_level_configure.cpp src/system/backtrace.cpp + include/tier4_autoware_utils/ros/published_time_publisher.hpp ) if(BUILD_TESTING)