Skip to content

Commit

Permalink
Fix DomainParticipantFactory compilation
Browse files Browse the repository at this point in the history
Signed-off-by: EduPonz <eduardoponz@eprosima.com>
  • Loading branch information
EduPonz committed Mar 27, 2024
1 parent 5631a56 commit 3b8d786
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cpp/fastdds/domain/DomainParticipantFactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
#include <statistics/fastdds/domain/DomainParticipantImpl.hpp>
#include <utils/shared_memory/SharedMemWatchdog.hpp>
#include <utils/SystemInfo.hpp>
#include <xmlparser/attributes/ParticipantAttributes.hpp>
#include <xmlparser/XMLEndpointParser.h>
#include <xmlparser/XMLProfileManager.h>

Expand Down Expand Up @@ -364,7 +365,7 @@ ReturnCode_t DomainParticipantFactory::load_profiles()
reset_default_participant_qos();
}
// Take the default domain id from the default participant profile
eprosima::fastrtps::ParticipantAttributes attr;
eprosima::fastdds::ParticipantAttributes attr;
XMLProfileManager::getDefaultParticipantAttributes(attr);
default_domain_id_ = attr.domainId;

Expand Down

0 comments on commit 3b8d786

Please sign in to comment.