Skip to content

Commit

Permalink
Refs #21295: Fix compilation error after rebase
Browse files Browse the repository at this point in the history
Signed-off-by: elianalf <[email protected]>
  • Loading branch information
elianalf committed Jul 16, 2024
1 parent 4cae7ee commit a5a6ec0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#define FASTDDS_RTPS_PARTICIPANT__RTPSPARTICIPANTLISTENER_HPP

#include <fastdds/rtps/builtin/data/PublicationBuiltinTopicData.hpp>
#include <fastdds/rtps/builtin/data/ParticipantBuiltinTopicData.hpp>
#include <fastdds/rtps/participant/ParticipantDiscoveryInfo.hpp>
#include <fastdds/rtps/reader/ReaderDiscoveryInfo.hpp>
#include <fastdds/rtps/writer/WriterDiscoveryStatus.hpp>
Expand Down
3 changes: 2 additions & 1 deletion include/fastdds/statistics/dds/domain/DomainParticipant.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,15 @@
namespace eprosima {
namespace fastdds {
namespace rtps {

class ParticipantProxyData;
class ReaderProxyData;
} // namespace rtps

namespace statistics {

class MonitorServiceStatusData;


namespace dds {

/**
Expand Down

0 comments on commit a5a6ec0

Please sign in to comment.