Skip to content

Commit

Permalink
add missing rclcpp logging include for Humble compatibility build (#1635
Browse files Browse the repository at this point in the history
)
  • Loading branch information
saikishor committed Jul 23, 2024
1 parent b3852da commit 3bc4e45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hardware_interface/src/resource_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#include "hardware_interface/system_interface.hpp"
#include "lifecycle_msgs/msg/state.hpp"
#include "pluginlib/class_loader.hpp"
#include "rclcpp/logging.hpp"
#include "rcutils/logging_macros.h"

namespace hardware_interface
Expand Down

0 comments on commit 3bc4e45

Please sign in to comment.