Index: third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.cpp b/third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.cpp |
index ef89edef0c6ef9cd0fb55250f23af4fa21c3aef5..57731bbba1bbf9b7e5922ab213a7ae77f53dcc03 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.cpp |
@@ -33,6 +33,7 @@ |
#include "platform/fonts/Font.h" |
#include "wtf/StdLibExtras.h" |
#include "wtf/text/CharacterNames.h" |
+#include <algorithm> |
namespace blink { |