Add missing includes of logging.hpp (#995)
The header is needed wherever RCLCPP_* logging macros are used. Signed-off-by: Jacob Perron <jacob@openrobotics.org>
This commit is contained in:
parent
e3949cb5ec
commit
603a4a85fb
3 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
||||||
#include "rcl/error_handling.h"
|
#include "rcl/error_handling.h"
|
||||||
#include "rcl/types.h"
|
#include "rcl/types.h"
|
||||||
#include "rclcpp/exceptions.hpp"
|
#include "rclcpp/exceptions.hpp"
|
||||||
|
#include "rclcpp/logging.hpp"
|
||||||
#include "rclcpp/node.hpp"
|
#include "rclcpp/node.hpp"
|
||||||
#include "rmw/impl/cpp/demangle.hpp"
|
#include "rmw/impl/cpp/demangle.hpp"
|
||||||
|
|
||||||
|
|
|
@ -19,6 +19,8 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
#include "rclcpp/logging.hpp"
|
||||||
|
|
||||||
#include "./parameter_service_names.hpp"
|
#include "./parameter_service_names.hpp"
|
||||||
|
|
||||||
using rclcpp::ParameterService;
|
using rclcpp::ParameterService;
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
#include "rclcpp/exceptions.hpp"
|
#include "rclcpp/exceptions.hpp"
|
||||||
#include "rclcpp/expand_topic_or_service_name.hpp"
|
#include "rclcpp/expand_topic_or_service_name.hpp"
|
||||||
#include "rclcpp/experimental/intra_process_manager.hpp"
|
#include "rclcpp/experimental/intra_process_manager.hpp"
|
||||||
|
#include "rclcpp/logging.hpp"
|
||||||
#include "rclcpp/macros.hpp"
|
#include "rclcpp/macros.hpp"
|
||||||
#include "rclcpp/node.hpp"
|
#include "rclcpp/node.hpp"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue