Skip to content

Commit

Permalink
Add missing header required by the rclcpp::NodeOptions type (ros2#2324)
Browse files Browse the repository at this point in the history
Signed-off-by: Ignacio Vizzo <[email protected]>
  • Loading branch information
nachovizzo authored and Barry-Xu-2018 committed Jan 12, 2024
1 parent 78898d9 commit 89b4374
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#ifndef RCLCPP_COMPONENTS__NODE_FACTORY_HPP__
#define RCLCPP_COMPONENTS__NODE_FACTORY_HPP__

#include "rclcpp/node_options.hpp"
#include "rclcpp_components/node_instance_wrapper.hpp"

namespace rclcpp_components
Expand Down

0 comments on commit 89b4374

Please sign in to comment.