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_r274373604
########## File path: libminifi/src/processors/ExtractText.cpp ########## @@ -21,6 +21,7 @@ #include <string> #include <memory> #include <set> +#include <regex> Review comment: U14 and U16 are just examples. In the case of U14, even if it is EOL that is not the only system that uses GCC 4.8. In any case we should honor what is listed in our public Readme ---------------------------------------------------------------- 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
