From 8c48dbede7de2bc7e5199f340b6bfd33ffd6a784 Mon Sep 17 00:00:00 2001 From: Michel Hidalgo Date: Fri, 12 Jul 2019 11:01:21 -0300 Subject: [PATCH] Include missing rcl headers in use. (#782) And stop relying on transitive dependencies. Signed-off-by: Michel Hidalgo --- rclcpp/test/test_parameter_map.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/rclcpp/test/test_parameter_map.cpp b/rclcpp/test/test_parameter_map.cpp index 1d56d93..3f54e4c 100644 --- a/rclcpp/test/test_parameter_map.cpp +++ b/rclcpp/test/test_parameter_map.cpp @@ -13,6 +13,7 @@ // limitations under the License. #include +#include #include #include