From 2534d6a08890336d1c6747bcdebce719bc42708c Mon Sep 17 00:00:00 2001 From: Jose Luis Rivero Date: Tue, 28 Jul 2020 18:11:02 +0200 Subject: [PATCH] Use package path to TypeSupport.hpp headers in ServiceTypeSupport and MessageTypeSupport --- .../include/rmw_fastrtps_shared_cpp/MessageTypeSupport.hpp | 2 +- .../include/rmw_fastrtps_shared_cpp/ServiceTypeSupport.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rmw_fastrtps_shared_cpp/include/rmw_fastrtps_shared_cpp/MessageTypeSupport.hpp b/rmw_fastrtps_shared_cpp/include/rmw_fastrtps_shared_cpp/MessageTypeSupport.hpp index 04632e353..8ff2cc1b0 100644 --- a/rmw_fastrtps_shared_cpp/include/rmw_fastrtps_shared_cpp/MessageTypeSupport.hpp +++ b/rmw_fastrtps_shared_cpp/include/rmw_fastrtps_shared_cpp/MessageTypeSupport.hpp @@ -21,7 +21,7 @@ #include #include -#include "TypeSupport.hpp" +#include "rmw_fastrtps_shared_cpp/TypeSupport.hpp" namespace rmw_fastrtps_shared_cpp { diff --git a/rmw_fastrtps_shared_cpp/include/rmw_fastrtps_shared_cpp/ServiceTypeSupport.hpp b/rmw_fastrtps_shared_cpp/include/rmw_fastrtps_shared_cpp/ServiceTypeSupport.hpp index ac62bf2e1..6fac2bd32 100644 --- a/rmw_fastrtps_shared_cpp/include/rmw_fastrtps_shared_cpp/ServiceTypeSupport.hpp +++ b/rmw_fastrtps_shared_cpp/include/rmw_fastrtps_shared_cpp/ServiceTypeSupport.hpp @@ -19,7 +19,7 @@ #include #include -#include "TypeSupport.hpp" +#include "rmw_fastrtps_shared_cpp/TypeSupport.hpp" struct CustomServiceInfo;