mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-03-04 03:47:41 +01:00
- 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>
|