Skip to content

Commit 22e075d

Browse files
Added includes
Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp>
1 parent ca57dc1 commit 22e075d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

localization/ndt_scan_matcher/test/stub_pcd_loader.hpp

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323

2424
#include <pcl_conversions/pcl_conversions.h>
2525

26+
#include <algorithm>
27+
#include <limits>
28+
2629
class StubPcdLoader : public rclcpp::Node
2730
{
2831
using GetDifferentialPointCloudMap = autoware_map_msgs::srv::GetDifferentialPointCloudMap;

0 commit comments

Comments
 (0)