Skip to content

Commit 48e5cba

Browse files
committed
Fix include of deprecated header rtt_rostopic.h
Related to orocos/rtt_ros_integration#80.
1 parent 1151172 commit 48e5cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ros_rt_string_msgs_transport.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include <rt_string_msgs/rt_string.h>
22

33
#include <rtt_roscomm/rtt_rostopic_ros_msg_transporter.hpp>
4-
#include <rtt_roscomm/rtt_rostopic.h>
4+
#include <rtt_roscomm/rostopic.h>
55
#include <rtt/types/TransportPlugin.hpp>
66
#include <rtt/types/TypekitPlugin.hpp>
77

0 commit comments

Comments
 (0)