Repository: nifi-minifi-cpp
Updated Branches:
  refs/heads/master a20d82c78 -> f156b5cd4


MINIFI-111 Providing explicit inclusion of cstring in ExecuteProcess needed by 
gcc environments.

This closes #15.

Signed-off-by: Aldrin Piri <ald...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/commit/f156b5cd
Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/tree/f156b5cd
Diff: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/diff/f156b5cd

Branch: refs/heads/master
Commit: f156b5cd425bbb09e48113d53c7d0ff9ea076fe8
Parents: a20d82c
Author: Aldrin Piri <ald...@apache.org>
Authored: Thu Sep 29 19:27:06 2016 -0400
Committer: Aldrin Piri <ald...@apache.org>
Committed: Thu Oct 6 10:48:45 2016 -0400

----------------------------------------------------------------------
 src/ExecuteProcess.cpp | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/f156b5cd/src/ExecuteProcess.cpp
----------------------------------------------------------------------
diff --git a/src/ExecuteProcess.cpp b/src/ExecuteProcess.cpp
index 7eb4524..16d9457 100644
--- a/src/ExecuteProcess.cpp
+++ b/src/ExecuteProcess.cpp
@@ -21,6 +21,7 @@
 #include "ExecuteProcess.h"
 #include "ProcessContext.h"
 #include "ProcessSession.h"
+#include <cstring>
 
 const std::string ExecuteProcess::ProcessorName("ExecuteProcess");
 Property ExecuteProcess::Command("Command", "Specifies the command to be 
executed; if just the name of an executable is provided, it must be in the 
user's environment PATH.", "");

Reply via email to