From 3594381e04ae882b073875963c843c656fbf24f3 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 08:39:18 -0500 Subject: [PATCH] Add missing header required by the rclcpp::NodeOptions type (#2324) (#2407) Signed-off-by: Ignacio Vizzo (cherry picked from commit d6bd8baac5bc050ab31e4e7e8ee8b482fd469c14) Co-authored-by: Ignacio Vizzo --- rclcpp_components/include/rclcpp_components/node_factory.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/rclcpp_components/include/rclcpp_components/node_factory.hpp b/rclcpp_components/include/rclcpp_components/node_factory.hpp index 67e6cd7331..7b1f2dcae6 100644 --- a/rclcpp_components/include/rclcpp_components/node_factory.hpp +++ b/rclcpp_components/include/rclcpp_components/node_factory.hpp @@ -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