Skip to content

Commit 0308d8b

Browse files
committed
Refs #21128: Add includes missed in the rebase
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
1 parent 3173ddf commit 0308d8b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

test/blackbox/common/BlackboxTestsPubSubHistory.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818

1919
#include <fastdds/dds/domain/DomainParticipantFactory.hpp>
2020
#include <fastdds/LibrarySettings.hpp>
21-
#include <fastdds/rtps/common/CDRMessage_t.h>
22-
#include <fastdds/rtps/transport/test_UDPv4TransportDescriptor.h>
21+
#include <fastdds/rtps/common/CDRMessage_t.hpp>
22+
#include <fastdds/rtps/transport/test_UDPv4TransportDescriptor.hpp>
2323
#include <gtest/gtest.h>
2424

2525
#include "../utils/filter_helpers.hpp"

test/blackbox/common/BlackboxTestsReliability.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
#include <thread>
1616

17-
#include <fastdds/rtps/common/CDRMessage_t.h>
18-
#include <fastdds/rtps/transport/test_UDPv4TransportDescriptor.h>
17+
#include <fastdds/rtps/common/CDRMessage_t.hpp>
18+
#include <fastdds/rtps/transport/test_UDPv4TransportDescriptor.hpp>
1919
#include <gtest/gtest.h>
2020

2121
#include "../utils/filter_helpers.hpp"

test/blackbox/common/RTPSBlackboxTestsBasic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#include <fastdds/dds/log/Log.hpp>
2222
#include <fastdds/LibrarySettings.hpp>
2323
#include <fastdds/rtps/attributes/RTPSParticipantAttributes.hpp>
24-
#include <fastdds/rtps/common/CDRMessage_t.h>
24+
#include <fastdds/rtps/common/CDRMessage_t.hpp>
2525
#include <fastdds/rtps/flowcontrol/FlowControllerDescriptor.hpp>
2626
#include <fastdds/rtps/interfaces/IReaderDataFilter.hpp>
2727
#include <fastdds/rtps/participant/RTPSParticipant.hpp>

0 commit comments

Comments
 (0)