From 68299b7eb74aae4693fcaf32fba8d7635be281b2 Mon Sep 17 00:00:00 2001 From: Yamato Ando Date: Wed, 5 Jun 2024 17:09:19 +0900 Subject: [PATCH] add header Signed-off-by: Yamato Ando --- localization/ndt_scan_matcher/test/test_util.hpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/localization/ndt_scan_matcher/test/test_util.hpp b/localization/ndt_scan_matcher/test/test_util.hpp index 2f78827abf891..d3d98f658a2d7 100644 --- a/localization/ndt_scan_matcher/test/test_util.hpp +++ b/localization/ndt_scan_matcher/test/test_util.hpp @@ -15,8 +15,13 @@ #ifndef TEST_UTIL_HPP_ #define TEST_UTIL_HPP_ +#include +#include + #include #include +#include +#include inline pcl::PointCloud make_sample_half_cubic_pcd() {