Skip to content

Commit

Permalink
Add missing header required by the rclcpp::NodeOptions type (#2324) (#…
Browse files Browse the repository at this point in the history
…2325)

Signed-off-by: Ignacio Vizzo <ignacio@dexory.com>
(cherry picked from commit d6bd8ba)

Co-authored-by: Ignacio Vizzo <ignaciovizzo@gmail.com>
  • Loading branch information
mergify[bot] and nachovizzo committed Oct 4, 2023
1 parent fbb78ec commit 6af511f
Showing 1 changed file with 1 addition and 0 deletions.
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 6af511f

Please sign in to comment.