Skip to content

Commit 0a7661f

Browse files
committed
Fixed some more compiler warnings
1 parent 6258ede commit 0a7661f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mavros/src/plugins/global_position.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818

1919
#include <angles/angles.h>
20-
#include <tf2_eigen/tf2_eigen.h>
20+
#include <tf2_eigen/tf2_eigen.hpp>
2121

2222
#include <string>
2323
#include <GeographicLib/Geocentric.hpp> // NOLINT

mavros/src/plugins/imu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* @{
1515
*/
1616

17-
#include <tf2_eigen/tf2_eigen.h>
17+
#include <tf2_eigen/tf2_eigen.hpp>
1818

1919
#include <cmath>
2020
#include <string>

0 commit comments

Comments
 (0)