From a170c6d647adf71a8e788a4f55a0d6943360fdfd Mon Sep 17 00:00:00 2001 From: Martin Dahl Date: Sun, 25 Jul 2021 13:01:41 +0200 Subject: [PATCH] fix include file for action type support --- msg_gen/build.rs | 1 + rcl/src/rcl_wrapper.h | 2 ++ 2 files changed, 3 insertions(+) diff --git a/msg_gen/build.rs b/msg_gen/build.rs index a5694c5..02f0669 100644 --- a/msg_gen/build.rs +++ b/msg_gen/build.rs @@ -121,6 +121,7 @@ fn main() { // blacklist types that are handled by rcl bindings .blacklist_type("rosidl_message_type_support_t") .blacklist_type("rosidl_service_type_support_t") + .blacklist_type("rosidl_action_type_support_t") .blacklist_type("rosidl_runtime_c__String") .blacklist_type("rosidl_runtime_c__String__Sequence") .blacklist_type("rosidl_runtime_c__U16String") diff --git a/rcl/src/rcl_wrapper.h b/rcl/src/rcl_wrapper.h index 2f8ac0f..972fc73 100644 --- a/rcl/src/rcl_wrapper.h +++ b/rcl/src/rcl_wrapper.h @@ -21,6 +21,8 @@ #include #include +#include +#include #include #include