Skip to content

Commit

Permalink
Add missing include to rclcpp
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Jul 29, 2024
1 parent 7a9421f commit b1ac872
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controller_manager/src/ros2_control_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <thread>

#include "controller_manager/controller_manager.hpp"
#include "rclcpp/executors.hpp"
#include "realtime_tools/thread_priority.hpp"

using namespace std::chrono_literals;
Expand Down

0 comments on commit b1ac872

Please sign in to comment.