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/15 17:51:25 UTC

[24/34] 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/19c6171c
Tree: http://git-wip-us.apache.org/repos/asf/geode-native/tree/19c6171c
Diff: http://git-wip-us.apache.org/repos/asf/geode-native/diff/19c6171c

Branch: refs/heads/feature/GEODE-2602
Commit: 19c6171c98835940d85b1cfbb7798604e2626125
Parents: 09837a0
Author: Jacob Barrett <jb...@pivotal.io>
Authored: Tue Feb 28 09:13:16 2017 -0800
Committer: Jacob Barrett <jb...@pivotal.io>
Committed: Wed Mar 15 10:44:23 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/geode-native/blob/19c6171c/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>