This is an automated email from the ASF dual-hosted git repository. pengzheng pushed a commit to branch hotfix/codecov-dir in repository https://gitbox.apache.org/repos/asf/celix.git
commit 759a8319e30e8af3a0756d9f315fc432fdc3fac5 Author: PengZheng <[email protected]> AuthorDate: Fri Feb 27 14:06:48 2026 +0800 Fix clang compilation error. --- .../remote_provider_mqtt/gtest/src/CelixEarpmTestSuiteBaseClass.h | 1 + 1 file changed, 1 insertion(+) diff --git a/bundles/event_admin/remote_provider/remote_provider_mqtt/gtest/src/CelixEarpmTestSuiteBaseClass.h b/bundles/event_admin/remote_provider/remote_provider_mqtt/gtest/src/CelixEarpmTestSuiteBaseClass.h index d2ac3604d..60405fb7d 100644 --- a/bundles/event_admin/remote_provider/remote_provider_mqtt/gtest/src/CelixEarpmTestSuiteBaseClass.h +++ b/bundles/event_admin/remote_provider/remote_provider_mqtt/gtest/src/CelixEarpmTestSuiteBaseClass.h @@ -24,6 +24,7 @@ #include <condition_variable> #include <vector> #include <cstdio> +#include <algorithm> #include <gtest/gtest.h> #include "celix_bundle_context.h"
