Skip to content

Commit

Permalink
Fixed benchmark test on Foxy
Browse files Browse the repository at this point in the history
Signed-off-by: ahcorde <ahcorde@gmail.com>
  • Loading branch information
ahcorde committed Oct 8, 2020
1 parent e568ef7 commit 1e8a62b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions rosidl_typesupport_c/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ if(BUILD_TESTING)
if(TARGET benchmark_type_support_dispatch)
target_link_libraries(benchmark_type_support_dispatch ${PROJECT_NAME})
ament_target_dependencies(benchmark_type_support_dispatch rcpputils)
target_include_directories(benchmark_type_support_dispatch PRIVATE include)
endif()
endif()

Expand Down
1 change: 1 addition & 0 deletions rosidl_typesupport_cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ if(BUILD_TESTING)
if(TARGET benchmark_type_support_dispatch)
target_link_libraries(benchmark_type_support_dispatch ${PROJECT_NAME})
ament_target_dependencies(benchmark_type_support_dispatch rcpputils)
target_include_directories(benchmark_type_support_dispatch PRIVATE include)
endif()
endif()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include "rosidl_typesupport_cpp/identifier.hpp"
#include "rosidl_typesupport_cpp/message_type_support_dispatch.hpp"
#include "rosidl_typesupport_cpp/service_type_support_dispatch.hpp"
#include "rosidl_typesupport_c/type_support_map.h"
#include "rosidl_typesupport_cpp/type_support_map.h"

#include "performance_test_fixture/performance_test_fixture.hpp"

Expand Down

0 comments on commit 1e8a62b

Please sign in to comment.