Skip to content

Commit

Permalink
Include a missing header file
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Symington <andrew.c.symington@gmail.com>
  • Loading branch information
asymingt committed Aug 18, 2022
1 parent 3de6312 commit 6e0ec4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rclcpp/include/rclcpp/node_interfaces/node_topics.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#ifndef RCLCPP__NODE_INTERFACES__NODE_TOPICS_HPP_
#define RCLCPP__NODE_INTERFACES__NODE_TOPICS_HPP_

#include <memory>
#include <string>

#include "rcl/publisher.h"
Expand Down

0 comments on commit 6e0ec4a

Please sign in to comment.