diff --git a/include/zenoh_macros.h b/include/zenoh_macros.h index bf3cab314..d8f819f8a 100644 --- a/include/zenoh_macros.h +++ b/include/zenoh_macros.h @@ -124,6 +124,7 @@ template<> struct zenoh_loan_type{ typedef z_keyexpr_t type; template<> struct zenoh_loan_type{ typedef z_config_t type; }; template<> struct zenoh_loan_type{ typedef z_publisher_t type; }; template<> struct zenoh_loan_type{ typedef z_subscriber_t type; }; +template<> struct zenoh_loan_type{ typedef z_query_t type; }; template<> struct zenoh_loan_type{ typedef z_pull_subscriber_t type; }; template<> struct zenoh_loan_type{ typedef z_encoding_t type; }; template<> struct zenoh_loan_type{ typedef z_hello_t type; };