| Index: Source/core/fetch/CrossOriginAccessControl.cpp
|
| diff --git a/Source/core/fetch/CrossOriginAccessControl.cpp b/Source/core/fetch/CrossOriginAccessControl.cpp
|
| index 1f275074bf503a56464b8303181cb6924ed8cdf5..5efd898b70132d80c4e7f613293176f682a75d2a 100644
|
| --- a/Source/core/fetch/CrossOriginAccessControl.cpp
|
| +++ b/Source/core/fetch/CrossOriginAccessControl.cpp
|
| @@ -37,6 +37,7 @@
|
| #include "wtf/Threading.h"
|
| #include "wtf/text/AtomicString.h"
|
| #include "wtf/text/StringBuilder.h"
|
| +#include <algorithm>
|
|
|
| namespace blink {
|
|
|
|
|