phrocker commented on a change in pull request #533: MINIFICPP-726 - Enhance ExtractText to have more feature parity with … URL: https://github.com/apache/nifi-minifi-cpp/pull/533#discussion_r274052268
########## File path: libminifi/src/processors/ExtractText.cpp ########## @@ -21,6 +21,7 @@ #include <string> #include <memory> #include <set> +#include <regex> Review comment: I don't think this is supported for all versions we allow. Should be easy to check on u14 and u16 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
