This is an automated email from the ASF dual-hosted git repository. szaszm pushed a commit to branch MINIFICPP-1507 in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
commit 6753eb1de6aac46e4d54ad4ef3f35a84c17ff679 Author: Marton Szasz <[email protected]> AuthorDate: Thu Mar 18 13:52:14 2021 +0100 edited the wrong PutSQL.cpp --- extensions/sql/processors/PutSQL.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/extensions/sql/processors/PutSQL.cpp b/extensions/sql/processors/PutSQL.cpp index 9b44c5b..ee8b4ce 100644 --- a/extensions/sql/processors/PutSQL.cpp +++ b/extensions/sql/processors/PutSQL.cpp @@ -33,7 +33,6 @@ #include "Exception.h" #include "data/DatabaseConnectors.h" #include "data/JSONSQLWriter.h" -#include "utils/gsl.h" namespace org { namespace apache {
