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 <62831776+elianalf@users.noreply.github.com>
  • Loading branch information
elianalf committed Jul 12, 2024
1 parent cb0f688 commit 5aa7fa2
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/WriterDiscoveryInfo.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 5aa7fa2

Please sign in to comment.