Update port includes with IWYU to fix clang warnings in code where corresponding ports are used.
PiperOrigin-RevId: 559920115
This commit is contained in:
		
							parent
							
								
									c56f45bce5
								
							
						
					
					
						commit
						dd09c8d3f7
					
				| 
						 | 
					@ -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) {}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user