Update port includes with IWYU to fix clang warnings in code where corresponding ports are used.

PiperOrigin-RevId: 559920115
This commit is contained in:
MediaPipe Team 2023-08-24 17:31:04 -07:00 committed by Copybara-Service
parent c56f45bce5
commit dd09c8d3f7

View File

@ -19,7 +19,7 @@
namespace mediapipe { namespace mediapipe {
// Implementats a subset of RE2 using std::regex_match. // Implements a subset of RE2 using std::regex_match.
class RE2 { class RE2 {
public: public:
RE2(const std::string& pattern) : std_regex_(pattern) {} RE2(const std::string& pattern) : std_regex_(pattern) {}