Skip to content

Commit

Permalink
CM: Add missing includes (#1641)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Jul 29, 2024
1 parent 742a9fd commit df43a1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions controller_manager/src/controller_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include "controller_manager/controller_manager.hpp"

#include <memory>
#include <set>
#include <string>
#include <utility>
#include <vector>
Expand Down
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 df43a1c

Please sign in to comment.