Skip to content

Commit 3bc4e45

Browse files
authored
add missing rclcpp logging include for Humble compatibility build (ros-controls#1635)
1 parent b3852da commit 3bc4e45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hardware_interface/src/resource_manager.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
#include "hardware_interface/system_interface.hpp"
3636
#include "lifecycle_msgs/msg/state.hpp"
3737
#include "pluginlib/class_loader.hpp"
38+
#include "rclcpp/logging.hpp"
3839
#include "rcutils/logging_macros.h"
3940

4041
namespace hardware_interface

0 commit comments

Comments
 (0)