Skip to content

Commit 7d3ec41

Browse files
committed
fix import for downwards compatibility
See PR #2 for the discussion...
1 parent 15cfbe6 commit 7d3ec41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adma_tools/adma_tools_cpp/src/gsda_server.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include <sys/socket.h>
55
#include <iostream>
66
#include <string>
7-
#include <tf2_geometry_msgs/tf2_geometry_msgs.hpp>
7+
#include <tf2_geometry_msgs/tf2_geometry_msgs.h>
88

99
#include <rclcpp_components/register_node_macro.hpp>
1010
#include <adma_ros2_driver/parser/parser_utils.hpp>

0 commit comments

Comments
 (0)