From 87e28020fbf4d541054fc35a7684a128d0383592 Mon Sep 17 00:00:00 2001 From: Crola1702 Date: Thu, 17 Apr 2025 10:12:15 -0500 Subject: [PATCH] Fix cpplint regression Signed-off-by: Crola1702 --- rmw_connextdds_common/src/common/rmw_type_support.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rmw_connextdds_common/src/common/rmw_type_support.cpp b/rmw_connextdds_common/src/common/rmw_type_support.cpp index 8891fa89..485143c4 100644 --- a/rmw_connextdds_common/src/common/rmw_type_support.cpp +++ b/rmw_connextdds_common/src/common/rmw_type_support.cpp @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include #include +#include #include #include "rcpputils/scope_exit.hpp"