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 { /**