Skip to content

Commit 49e7c45

Browse files
author
M. Fatih Cırıt
committed
add #include <memory> to missing files
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
1 parent cb861b4 commit 49e7c45

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

perception/detected_object_feature_remover/include/detected_object_feature_remover/detected_object_feature_remover.hpp

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
#include <autoware_auto_perception_msgs/msg/detected_objects.hpp>
2222
#include <tier4_perception_msgs/msg/detected_objects_with_feature.hpp>
2323

24+
#include <memory>
25+
2426
namespace detected_object_feature_remover
2527
{
2628
using autoware_auto_perception_msgs::msg::DetectedObjects;

perception/detected_object_validation/include/detected_object_validation/detected_object_filter/object_position_filter.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
#include <tf2_ros/buffer.h>
2828
#include <tf2_ros/transform_listener.h>
2929

30+
#include <memory>
3031
#include <string>
3132

3233
namespace object_position_filter

0 commit comments

Comments
 (0)