diff --git a/include/MapAPI/logical_lane.h b/include/MapAPI/logical_lane.h index 527be44d48e0926f4bf670fd8a040727b7fcae3a..714452b1cf0196fa06c42969974e106cc28d545e 100644 --- a/include/MapAPI/logical_lane.h +++ b/include/MapAPI/logical_lane.h @@ -99,7 +99,7 @@ struct LogicalLane std::vector<RefWrapper<LogicalLane>> predecessor_lanes; std::vector<RefWrapper<LogicalLane>> successor_lanes; - + std::string street_name; }; } // namespace map_api