mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2024-12-12 09:37:37 +01:00
74db00fc89
- 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>
|