This is an automated email from the ASF dual-hosted git repository. aloyszhang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push: new b7cf953d0a [INLONG-11787][SDK] Dataproxy Python SDK lacks mutex header file (#11800) b7cf953d0a is described below commit b7cf953d0addcc0ff1f30378f3727cd37e261243 Author: doleyzi <43397300+dole...@users.noreply.github.com> AuthorDate: Thu Mar 13 10:54:37 2025 +0800 [INLONG-11787][SDK] Dataproxy Python SDK lacks mutex header file (#11800) --- inlong-sdk/dataproxy-sdk-twins/dataproxy-sdk-python/inlong_dataproxy.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/inlong-sdk/dataproxy-sdk-twins/dataproxy-sdk-python/inlong_dataproxy.cpp b/inlong-sdk/dataproxy-sdk-twins/dataproxy-sdk-python/inlong_dataproxy.cpp index 07bf79613c..4c2972ff19 100644 --- a/inlong-sdk/dataproxy-sdk-twins/dataproxy-sdk-python/inlong_dataproxy.cpp +++ b/inlong-sdk/dataproxy-sdk-twins/dataproxy-sdk-python/inlong_dataproxy.cpp @@ -24,6 +24,7 @@ #include <atomic> #include <thread> #include <iostream> +#include <mutex> namespace py = pybind11;