Skip to content

Commit caf4196

Browse files
committed
fix cpplint issues
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
1 parent a12b84e commit caf4196

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

Diff for: planning/autoware_obstacle_stop_planner/src/adaptive_cruise_control.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
#include <algorithm>
3636
#include <limits>
3737
#include <string>
38+
#include <utility>
3839
#include <vector>
3940

4041
namespace bg = boost::geometry;

Diff for: planning/autoware_obstacle_stop_planner/src/debug_marker.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#include <tf2_geometry_msgs/tf2_geometry_msgs.hpp>
2525
#endif
2626

27+
#include <limits>
2728
#include <memory>
2829
#include <vector>
2930

Diff for: planning/autoware_obstacle_stop_planner/src/planner_utils.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121

2222
#include <diagnostic_msgs/msg/key_value.hpp>
2323

24+
#include <algorithm>
25+
#include <limits>
26+
2427
#include <boost/format.hpp>
2528
#include <boost/geometry/algorithms/convex_hull.hpp>
2629
#include <boost/geometry/algorithms/distance.hpp>

0 commit comments

Comments
 (0)