Skip to content

Commit d621b41

Browse files
committed
modify: add include
Signed-off-by: TetsuKawa <kawaguchitnon@icloud.com>
1 parent 15e8735 commit d621b41

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

system/autoware_topic_relay_controller/src/topic_relay_controller_node.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313

1414
#include "topic_relay_controller_node.hpp"
1515

16+
#include <memory>
17+
#include <string>
18+
1619
namespace autoware::topic_relay_controller
1720
{
1821
TopicRelayController::TopicRelayController(const rclcpp::NodeOptions & options): Node("topic_relay_controller", options), is_relaying_(true)

system/autoware_topic_relay_controller/src/topic_relay_controller_node.hpp

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
#include <tf2_msgs/msg/tf_message.hpp>
2222
#include <tier4_system_msgs/srv/change_topic_relay_control.hpp>
2323

24+
#include <string>
25+
2426
namespace autoware::topic_relay_controller
2527
{
2628
struct NodeParam

0 commit comments

Comments
 (0)