This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a commit to branch feature/pubsub_custom_serializers
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to
refs/heads/feature/pubsub_custom_serializers by this push:
new 13fe9f8 Adds missing include statement
13fe9f8 is described below
commit 13fe9f837c897c4a0f1001882db73b64bba9c1d4
Author: Pepijn Noltes <[email protected]>
AuthorDate: Mon Apr 20 19:32:38 2020 +0200
Adds missing include statement
---
libs/framework/gtest/src/bundle_context_bundles_tests.cpp | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/libs/framework/gtest/src/bundle_context_bundles_tests.cpp
b/libs/framework/gtest/src/bundle_context_bundles_tests.cpp
index c539c5f..1d52076 100644
--- a/libs/framework/gtest/src/bundle_context_bundles_tests.cpp
+++ b/libs/framework/gtest/src/bundle_context_bundles_tests.cpp
@@ -24,8 +24,7 @@
#include <iostream>
#include <mutex>
#include <condition_variable>
-
-#include <zconf.h>
+#include <atomic>
#include "celix_api.h"
@@ -465,4 +464,4 @@ TEST_F(CelixBundleContextBundlesTests, bundleInfoTests) {
celix_bundleContext_unregisterService(ctx, svcId);
celix_bundleContext_stopTracker(ctx, trackerId);
-}
\ No newline at end of file
+}