mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2024-12-13 10:06:28 +01:00
13 lines
296 B
Diff
13 lines
296 B
Diff
diff --git base/strings/string_piece.h base/strings/string_piece.h
|
|
index f4f37ad5242b2..ddb9b3fd87474 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>
|