This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch support/2.4 in repository https://gitbox.apache.org/repos/asf/celix.git
commit d30a2806c19bc4714add1411b174202f093a6dc9 Author: PengZheng <[email protected]> AuthorDate: Fri Oct 27 12:15:39 2023 +0800 Add missing header include. --- libs/pushstreams/api/celix/PushStream.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/pushstreams/api/celix/PushStream.h b/libs/pushstreams/api/celix/PushStream.h index c674a2d3..cce54af1 100644 --- a/libs/pushstreams/api/celix/PushStream.h +++ b/libs/pushstreams/api/celix/PushStream.h @@ -22,6 +22,7 @@ #include <optional> #include <iostream> #include <queue> +#include <cstdint> #include "celix/IAutoCloseable.h"
