From abbf27130d203dce9f2b08b16f01e5f5108f7492 Mon Sep 17 00:00:00 2001 From: Sai Kishor Kothakota Date: Thu, 18 Jan 2024 19:30:26 +0100 Subject: [PATCH] fix linter error --- controller_interface/test/test_controller_with_options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller_interface/test/test_controller_with_options.cpp b/controller_interface/test/test_controller_with_options.cpp index 2f7df6e7a0..1e22239215 100644 --- a/controller_interface/test/test_controller_with_options.cpp +++ b/controller_interface/test/test_controller_with_options.cpp @@ -15,8 +15,8 @@ #include "test_controller_with_options.hpp" #include -#include #include +#include "ament_index_cpp/get_package_prefix.hpp" #include "rclcpp/rclcpp.hpp" class FriendControllerWithOptions : public controller_with_options::ControllerWithOptions