Chromium Code Reviews| Index: third_party/WebKit/Source/core/timing/PerformanceObserverEntryList.cpp |
| diff --git a/third_party/WebKit/Source/core/timing/PerformanceObserverEntryList.cpp b/third_party/WebKit/Source/core/timing/PerformanceObserverEntryList.cpp |
| index 97f90aa4e941343b6da0bc0909ea17fb7a82ed64..39d63b34ee88f1ff9102e513f51235aadeb94445 100644 |
| --- a/third_party/WebKit/Source/core/timing/PerformanceObserverEntryList.cpp |
| +++ b/third_party/WebKit/Source/core/timing/PerformanceObserverEntryList.cpp |
| @@ -7,6 +7,7 @@ |
| #include "core/timing/PerformanceEntry.h" |
| #include "wtf/StdLibExtras.h" |
| +#include <algorithm> |
| namespace blink { |