2020-08-29 00:39:23 +02:00
|
|
|
diff --git base/strings/string_piece.h base/strings/string_piece.h
|
2020-10-08 21:54:42 +02:00
|
|
|
index b10707d94ef9..1bfa980cbbe6 100644
|
2020-08-29 00:39:23 +02:00
|
|
|
--- 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>
|