From 5937a81040a419637f837094506cd5d0e14678a9 Mon Sep 17 00:00:00 2001 From: Lucas Wendland <82680922+CursedRock17@users.noreply.github.com> Date: Tue, 5 Nov 2024 22:49:24 -0500 Subject: [PATCH] Linting Matrix3x3.hpp Signed-off-by: Lucas Wendland <82680922+CursedRock17@users.noreply.github.com> --- tf2/include/tf2/LinearMath/Matrix3x3.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tf2/include/tf2/LinearMath/Matrix3x3.hpp b/tf2/include/tf2/LinearMath/Matrix3x3.hpp index 34de10554..8c0ad3807 100644 --- a/tf2/include/tf2/LinearMath/Matrix3x3.hpp +++ b/tf2/include/tf2/LinearMath/Matrix3x3.hpp @@ -19,7 +19,7 @@ subject to the following restrictions: #include "Vector3.hpp" #include "Quaternion.hpp" -#include "tf2/visibility_control.h" +#include "tf2/visibility_control.hpp" namespace tf2 {