From 989e6c7b186484a2fd794f6a3d5677496046bddf Mon Sep 17 00:00:00 2001 From: Jacob Perron Date: Fri, 7 Jan 2022 15:33:06 -0800 Subject: [PATCH] Fix cpplint error Relates to https://github.com/ament/ament_lint/pull/324 Signed-off-by: Jacob Perron --- rmw_fastrtps_shared_cpp/include/rmw_fastrtps_shared_cpp/qos.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rmw_fastrtps_shared_cpp/include/rmw_fastrtps_shared_cpp/qos.hpp b/rmw_fastrtps_shared_cpp/include/rmw_fastrtps_shared_cpp/qos.hpp index 724f6bf7a..ad5799452 100644 --- a/rmw_fastrtps_shared_cpp/include/rmw_fastrtps_shared_cpp/qos.hpp +++ b/rmw_fastrtps_shared_cpp/include/rmw_fastrtps_shared_cpp/qos.hpp @@ -21,7 +21,7 @@ #include #include -#include +#include "fastrtps/qos/QosPolicies.h" #include "rmw/rmw.h"