From 5aa7fa2eb39752876be3da7890d6fa270c953926 Mon Sep 17 00:00:00 2001 From: elianalf <62831776+elianalf@users.noreply.github.com> Date: Fri, 12 Jul 2024 11:51:20 +0200 Subject: [PATCH] Refs #21295: Fix compilation error after rebase Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com> --- include/fastdds/rtps/participant/RTPSParticipantListener.hpp | 1 + include/fastdds/statistics/dds/domain/DomainParticipant.hpp | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/include/fastdds/rtps/participant/RTPSParticipantListener.hpp b/include/fastdds/rtps/participant/RTPSParticipantListener.hpp index 3acb111366f..db7f00e89e7 100644 --- a/include/fastdds/rtps/participant/RTPSParticipantListener.hpp +++ b/include/fastdds/rtps/participant/RTPSParticipantListener.hpp @@ -21,6 +21,7 @@ #define FASTDDS_RTPS_PARTICIPANT__RTPSPARTICIPANTLISTENER_HPP #include +#include #include #include #include diff --git a/include/fastdds/statistics/dds/domain/DomainParticipant.hpp b/include/fastdds/statistics/dds/domain/DomainParticipant.hpp index 64fed2f90dd..6812f74dd39 100644 --- a/include/fastdds/statistics/dds/domain/DomainParticipant.hpp +++ b/include/fastdds/statistics/dds/domain/DomainParticipant.hpp @@ -31,7 +31,7 @@ namespace eprosima { namespace fastdds { namespace rtps { - +class ParticipantProxyData; class ReaderProxyData; } // namespace rtps @@ -39,6 +39,7 @@ namespace statistics { class MonitorServiceStatusData; + namespace dds { /**