Skip to content

Commit f5f945e

Browse files
authored
fix: include tf2/convert.hpp instead of tf2/convert.h (#67)
1 parent 204a1fe commit f5f945e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

autoware_utils_geometry/src/geometry/geometry.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@
1717
#include "autoware_utils_geometry/gjk_2d.hpp"
1818

1919
#include <Eigen/Geometry>
20+
#include <tf2/convert.hpp>
2021

2122
#include <tf2_geometry_msgs/tf2_geometry_msgs.hpp>
2223

23-
#include <tf2/convert.h>
24-
2524
#include <string>
2625

2726
namespace tf2

0 commit comments

Comments
 (0)