Skip to content

Commit 092c350

Browse files
Added includes
Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp>
1 parent ff04ad2 commit 092c350

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

localization/ndt_scan_matcher/test/stub_initialpose_client.hpp

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919

2020
#include <geometry_msgs/msg/pose_with_covariance_stamped.hpp>
2121

22+
#include <memory>
23+
2224
class StubInitialposeClient : public rclcpp::Node
2325
{
2426
using AlignSrv = tier4_localization_msgs::srv::PoseWithCovarianceStamped;

localization/ndt_scan_matcher/test/stub_trigger_node_client.hpp

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919

2020
#include <std_srvs/srv/set_bool.hpp>
2121

22+
#include <memory>
23+
2224
class StubTriggerNodeClient : public rclcpp::Node
2325
{
2426
using SetBool = std_srvs::srv::SetBool;

0 commit comments

Comments
 (0)