You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2022/07/29 15:05:24 UTC

[celix] branch feature/add_missing_includes created (now 535c5f48)

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

pnoltes pushed a change to branch feature/add_missing_includes
in repository https://gitbox.apache.org/repos/asf/celix.git


      at 535c5f48 Add some missing include headers

This branch includes the following new commits:

     new 535c5f48 Add some missing include headers

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[celix] 01/01: Add some missing include headers

Posted by pn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pnoltes pushed a commit to branch feature/add_missing_includes
in repository https://gitbox.apache.org/repos/asf/celix.git

commit 535c5f48e0f330241b26885b8a8f832121be7e7f
Author: Pepijn Noltes <pe...@gmail.com>
AuthorDate: Fri Jul 29 17:05:13 2022 +0200

    Add some missing include headers
---
 libs/framework/include/celix/Trackers.h  | 1 +
 libs/utils/gtest/src/HashMapTestSuite.cc | 1 +
 2 files changed, 2 insertions(+)

diff --git a/libs/framework/include/celix/Trackers.h b/libs/framework/include/celix/Trackers.h
index 64011fc2..4a2b491e 100644
--- a/libs/framework/include/celix/Trackers.h
+++ b/libs/framework/include/celix/Trackers.h
@@ -34,6 +34,7 @@
 #include "celix/Bundle.h"
 #include "celix/Constants.h"
 #include "celix/Filter.h"
+#include "celix/Exception.h"
 #include "celix_bundle_context.h"
 #include "celix_framework.h"
 
diff --git a/libs/utils/gtest/src/HashMapTestSuite.cc b/libs/utils/gtest/src/HashMapTestSuite.cc
index b12e2c81..1f760a9a 100644
--- a/libs/utils/gtest/src/HashMapTestSuite.cc
+++ b/libs/utils/gtest/src/HashMapTestSuite.cc
@@ -23,6 +23,7 @@
 #include "celix_string_hash_map.h"
 #include "celix_long_hash_map.h"
 #include <random>
+#include <atomic>
 
 class HashMapTestSuite : public ::testing::Test {
 public: