From de8f46c367a02d9b93ace6c277d4ba7a6603ce9e Mon Sep 17 00:00:00 2001 From: Jacob Perron Date: Wed, 12 Jan 2022 14:25:41 -0800 Subject: [PATCH] Fix cpplint error (#574) 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"