zwoop commented on code in PR #12377: URL: https://github.com/apache/trafficserver/pull/12377#discussion_r2238034075
########## include/cripts/Matcher.hpp: ########## @@ -20,8 +20,10 @@ // Setup for PCRE2 #define PCRE2_CODE_UNIT_WIDTH 8 #include <pcre2.h> +#include <algorithm> #include <vector> #include <tuple> +#include <algorithm> Review Comment: Fixed -- 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. To unsubscribe, e-mail: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org