mirror of
				https://bitbucket.org/chromiumembedded/cef
				synced 2025-06-05 21:39:12 +02:00 
			
		
		
		
	- Linux ARM builds require use_vaapi=false (see https://crbug.com/1185348) - Windows official builds require use_thin_lto=false (see https://crbug.com/1177001)
		
			
				
	
	
		
			13 lines
		
	
	
		
			294 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			294 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| diff --git base/strings/string_piece.h base/strings/string_piece.h
 | |
| index 038165ea1e1c..a559312bba57 100644
 | |
| --- base/strings/string_piece.h
 | |
| +++ base/strings/string_piece.h
 | |
| @@ -24,6 +24,7 @@
 | |
|  
 | |
|  #include <stddef.h>
 | |
|  
 | |
| +#include <algorithm>
 | |
|  #include <iosfwd>
 | |
|  #include <ostream>
 | |
|  #include <string>
 |