Skip to content

Commit d6bd8ba

Browse files
authored
Add missing header required by the rclcpp::NodeOptions type (#2324)
Signed-off-by: Ignacio Vizzo <ignacio@dexory.com>
1 parent 623c3eb commit d6bd8ba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rclcpp_components/include/rclcpp_components/node_factory.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#ifndef RCLCPP_COMPONENTS__NODE_FACTORY_HPP__
1616
#define RCLCPP_COMPONENTS__NODE_FACTORY_HPP__
1717

18+
#include "rclcpp/node_options.hpp"
1819
#include "rclcpp_components/node_instance_wrapper.hpp"
1920

2021
namespace rclcpp_components

0 commit comments

Comments
 (0)