mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-10 17:10:55 +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 85a63d103a7f7..c17412d9c191a 100644
|
|
--- base/strings/string_piece.h
|
|
+++ base/strings/string_piece.h
|
|
@@ -23,6 +23,7 @@
|
|
|
|
#include <stddef.h>
|
|
|
|
+#include <algorithm>
|
|
#include <iosfwd>
|
|
#include <limits>
|
|
#include <ostream>
|