This is an automated email from the ASF dual-hosted git repository.

pengzheng pushed a commit to branch hotfix/ubuntu-clang-compilation
in repository https://gitbox.apache.org/repos/asf/celix.git

commit f9a34b7189d0b9639b6aacaa3eb9f1182a4d1db0
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"
 

Reply via email to