logging.hpp: Added missing include (#964)

Signed-off-by: Dino Hüllmann <dino.huellmann@bam.de>
This commit is contained in:
Dino Hüllmann 2020-01-17 01:00:00 +01:00 committed by Chris Lalancette
parent b25213a186
commit 9037bba7f1

View file

@ -17,6 +17,7 @@
#ifndef RCLCPP__LOGGING_HPP_ #ifndef RCLCPP__LOGGING_HPP_
#define RCLCPP__LOGGING_HPP_ #define RCLCPP__LOGGING_HPP_
#include <sstream>
#include <type_traits> #include <type_traits>
#include "rclcpp/logger.hpp" #include "rclcpp/logger.hpp"