mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2024-12-12 09:37:37 +01:00
13 lines
295 B
Diff
13 lines
295 B
Diff
diff --git base/strings/string_piece.h base/strings/string_piece.h
|
|
index 5ceb3a40eb01b..89476bfa41e9b 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 <string>
|