Skip to content

Commit

Permalink
Refs #21044. Fix compilation after rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo González Moreno <[email protected]>
  • Loading branch information
richiware committed Jun 13, 2024
1 parent 18f00e1 commit 0629dd9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/unittest/rtps/reader/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,9 @@ if (FASTDDS_STATISTICS)
${PROJECT_SOURCE_DIR}/src/cpp/statistics/rtps/StatisticsBase.cpp
${PROJECT_SOURCE_DIR}/src/cpp/statistics/rtps/writer/StatisticsWriterImpl.cpp
${PROJECT_SOURCE_DIR}/src/cpp/statistics/types/monitorservice_typesPubSubTypes.cxx
${PROJECT_SOURCE_DIR}/src/cpp/statistics/types/monitorservice_typesTypeObjectSupport.cxx
${PROJECT_SOURCE_DIR}/src/cpp/statistics/types/typesPubSubTypes.cxx
${PROJECT_SOURCE_DIR}/src/cpp/statistics/types/typesTypeObjectSupport.cxx

# Monitor service is using a DataWriterHistory
${PROJECT_SOURCE_DIR}/src/cpp/fastdds/publisher/DataWriterHistory.cpp
Expand Down Expand Up @@ -396,6 +398,7 @@ target_compile_definitions(StatefulReaderTests PRIVATE
)
target_include_directories(StatefulReaderTests PRIVATE
${Asio_INCLUDE_DIR}
${PROJECT_SOURCE_DIR}/test/mock/dds/DomainParticipantFactory
${PROJECT_SOURCE_DIR}/include ${PROJECT_BINARY_DIR}/include
${PROJECT_SOURCE_DIR}/src/cpp
${THIRDPARTY_BOOST_INCLUDE_DIR}
Expand Down

0 comments on commit 0629dd9

Please sign in to comment.