Skip to content

Commit 8f73d8b

Browse files
committed
Refs #21128: Update PubSubTypes.hpp references
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
1 parent 86afc48 commit 8f73d8b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

include/eprosimashapesdemo/shapesdemo/ShapeInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#include <fastdds/rtps/common/Time_t.hpp>
3535

3636
#include "eprosimashapesdemo/shapesdemo/ShapeDefinitions.h"
37-
#include "types/ShapePubSubTypes.h"
37+
#include "types/ShapePubSubTypes.hpp"
3838

3939
using namespace eprosima::fastdds;
4040

include/eprosimashapesdemo/shapesdemo/ShapesDemo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
#include <fastdds/rtps/writer/WriterDiscoveryInfo.hpp>
4040

4141
#include "eprosimashapesdemo/shapesdemo/ShapeDefinitions.h"
42-
#include "types/ShapePubSubTypes.h"
42+
#include "types/ShapePubSubTypes.hpp"
4343

4444
using namespace eprosima::fastdds::dds;
4545

src/shapesdemo/ShapesDemo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#include <eprosimashapesdemo/shapesdemo/ShapePublisher.h>
3636
#include <eprosimashapesdemo/shapesdemo/ShapeSubscriber.h>
3737
#ifdef ENABLE_ROS_COMPONENTS
38-
#include <types/KeylessShapeTypePubSubTypes.h>
38+
#include <types/KeylessShapeTypePubSubTypes.hpp>
3939
#endif // ifdef ENABLE_ROS_COMPONENTS
4040

4141
using namespace eprosima::fastdds::dds;

0 commit comments

Comments
 (0)