Skip to content

Commit 560bfbe

Browse files
committed
build: fix missing using clauses
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
1 parent 9665d4d commit 560bfbe

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

planning/autoware_behavior_path_avoidance_by_lane_change_module/src/interface.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
namespace autoware::behavior_path_planner
2424
{
25+
using ::behavior_path_planner::State;
2526
using ::route_handler::Direction;
2627

2728
AvoidanceByLaneChangeInterface::AvoidanceByLaneChangeInterface(

planning/autoware_behavior_path_avoidance_by_lane_change_module/src/scene.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
namespace autoware::behavior_path_planner
3737
{
3838
using ::behavior_path_planner::LaneChangeModuleType;
39+
using ::behavior_path_planner::ObjectInfo;
3940
using ::behavior_path_planner::Point2d;
4041
using ::behavior_path_planner::utils::lane_change::debug::createExecutionArea;
4142
using ::route_handler::Direction;

0 commit comments

Comments
 (0)