From 73798bb8fafec5ff0d2a44c294ec2ab6dfbae17f Mon Sep 17 00:00:00 2001 From: Denis Biryukov Date: Thu, 27 Feb 2025 17:30:49 +0100 Subject: [PATCH] add missing includes --- docs/pubsub.rst | 1 + examples/universal/z_get_channel_non_blocking.cxx | 1 + tests/universal/network/liveliness.cxx | 1 + tests/universal/network/pub_sub.cxx | 1 + tests/universal/network/queryable_get.cxx | 1 + tests/zenohc/shm_api.cxx | 1 + 6 files changed, 6 insertions(+) diff --git a/docs/pubsub.rst b/docs/pubsub.rst index c7d67f8f..9611d8c1 100644 --- a/docs/pubsub.rst +++ b/docs/pubsub.rst @@ -65,6 +65,7 @@ Subscriber example with non-blocking stream interface: .. code-block:: c++ #include "zenoh.hxx" + #include #include #include diff --git a/examples/universal/z_get_channel_non_blocking.cxx b/examples/universal/z_get_channel_non_blocking.cxx index 489325bb..aeed2917 100644 --- a/examples/universal/z_get_channel_non_blocking.cxx +++ b/examples/universal/z_get_channel_non_blocking.cxx @@ -14,6 +14,7 @@ #include #include +#include #include #include #include diff --git a/tests/universal/network/liveliness.cxx b/tests/universal/network/liveliness.cxx index 67668874..3a2ec0eb 100644 --- a/tests/universal/network/liveliness.cxx +++ b/tests/universal/network/liveliness.cxx @@ -12,6 +12,7 @@ // ZettaScale Zenoh Team, // +#include #include #include diff --git a/tests/universal/network/pub_sub.cxx b/tests/universal/network/pub_sub.cxx index 40ac914e..2a903603 100644 --- a/tests/universal/network/pub_sub.cxx +++ b/tests/universal/network/pub_sub.cxx @@ -12,6 +12,7 @@ // ZettaScale Zenoh Team, // +#include #include #include "zenoh.hxx" diff --git a/tests/universal/network/queryable_get.cxx b/tests/universal/network/queryable_get.cxx index b2916f9b..e43e602f 100644 --- a/tests/universal/network/queryable_get.cxx +++ b/tests/universal/network/queryable_get.cxx @@ -12,6 +12,7 @@ // ZettaScale Zenoh Team, // +#include #include #include "zenoh.hxx" diff --git a/tests/zenohc/shm_api.cxx b/tests/zenohc/shm_api.cxx index d8115015..5a113036 100644 --- a/tests/zenohc/shm_api.cxx +++ b/tests/zenohc/shm_api.cxx @@ -12,6 +12,7 @@ // ZettaScale Zenoh Team, // +#include #include #include