mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2024-12-12 09:37:37 +01:00
015e3621a3
- Windows: VS2015 Update 2 is now the minimum version requirement for linking cef_sandbox from official build binary distributions.
13 lines
294 B
Diff
13 lines
294 B
Diff
diff --git base/strings/string_piece.h base/strings/string_piece.h
|
|
index b10707d94ef9..1bfa980cbbe6 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>
|