You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jb...@apache.org on 2017/03/07 01:36:48 UTC

[08/21] geode-native git commit: GEODE-2494: Fixes missing include for strlen.

GEODE-2494: Fixes missing include for strlen.


Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/ce512697
Tree: http://git-wip-us.apache.org/repos/asf/geode-native/tree/ce512697
Diff: http://git-wip-us.apache.org/repos/asf/geode-native/diff/ce512697

Branch: refs/heads/feature/GEODE-2602
Commit: ce512697330d3ce7d052bbeba2110f48c56a12b3
Parents: a3d90c1
Author: Jacob Barrett <jb...@pivotal.io>
Authored: Tue Feb 28 09:13:16 2017 -0800
Committer: Jacob Barrett <jb...@pivotal.io>
Committed: Mon Mar 6 17:32:11 2017 -0800

----------------------------------------------------------------------
 src/tests/cpp/fwklib/GsRandom.cpp | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode-native/blob/ce512697/src/tests/cpp/fwklib/GsRandom.cpp
----------------------------------------------------------------------
diff --git a/src/tests/cpp/fwklib/GsRandom.cpp b/src/tests/cpp/fwklib/GsRandom.cpp
index df13c44..c90a602 100644
--- a/src/tests/cpp/fwklib/GsRandom.cpp
+++ b/src/tests/cpp/fwklib/GsRandom.cpp
@@ -17,6 +17,7 @@
 
 #include "GsRandom.hpp"
 
+#include <cstring>
 #include <mutex>
 #include <util/concurrent/spinlock_mutex.hpp>