Skip to content

Commit

Permalink
Add missing header required by the rclcpp::NodeOptions type
Browse files Browse the repository at this point in the history
Signed-off-by: Ignacio Vizzo <ignacio@dexory.com>
  • Loading branch information
nachovizzo committed Oct 3, 2023
1 parent 94e2dcd commit 25a13de
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -16,6 +16,7 @@
#define RCLCPP_COMPONENTS__NODE_FACTORY_HPP__

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

namespace rclcpp_components
{
Expand Down

0 comments on commit 25a13de

Please sign in to comment.