Repository: celix
Updated Branches:
  refs/heads/develop 976026c44 -> 2400f6e2e


CELIX-438: Adding missing header include


Project: http://git-wip-us.apache.org/repos/asf/celix/repo
Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/2400f6e2
Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/2400f6e2
Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/2400f6e2

Branch: refs/heads/develop
Commit: 2400f6e2ed6eefd2f4ef5efba08fc556c235e09f
Parents: 976026c
Author: Pepijn Noltes <[email protected]>
Authored: Sun Dec 2 13:30:55 2018 +0100
Committer: Pepijn Noltes <[email protected]>
Committed: Sun Dec 2 13:30:55 2018 +0100

----------------------------------------------------------------------
 libs/framework/include/celix/dm/ServiceDependency_Impl.h | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix/blob/2400f6e2/libs/framework/include/celix/dm/ServiceDependency_Impl.h
----------------------------------------------------------------------
diff --git a/libs/framework/include/celix/dm/ServiceDependency_Impl.h 
b/libs/framework/include/celix/dm/ServiceDependency_Impl.h
index 67f7657..604c199 100644
--- a/libs/framework/include/celix/dm/ServiceDependency_Impl.h
+++ b/libs/framework/include/celix/dm/ServiceDependency_Impl.h
@@ -19,6 +19,7 @@
 
 #include <vector>
 #include <iostream>
+#include <cstring>
 #include "constants.h"
 #include "celix_properties.h"
 

Reply via email to