From be17181f3b1fe144d85dfce84103560fa2d573bc Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 14:47:39 +0000 Subject: [PATCH] style(pre-commit): autofix --- .../src/footprint.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/planning/behavior_velocity_dynamic_obstacle_stop_module/src/footprint.cpp b/planning/behavior_velocity_dynamic_obstacle_stop_module/src/footprint.cpp index a981074f80407..c28ccd380d6dd 100644 --- a/planning/behavior_velocity_dynamic_obstacle_stop_module/src/footprint.cpp +++ b/planning/behavior_velocity_dynamic_obstacle_stop_module/src/footprint.cpp @@ -13,6 +13,7 @@ // limitations under the License. #include "footprint.hpp" + #include #include @@ -23,9 +24,9 @@ #include #include +#include #include #include -#include namespace behavior_velocity_planner::dynamic_obstacle_stop {