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:25 UTC

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

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: