| Index: Source/bindings/core/v8/V8GCController.cpp
|
| diff --git a/Source/bindings/core/v8/V8GCController.cpp b/Source/bindings/core/v8/V8GCController.cpp
|
| index 1f6d18152260c8c318cece719a1670b7880c8054..bd6b24d61c0d0dfab73b1cfb586d57066da24a25 100644
|
| --- a/Source/bindings/core/v8/V8GCController.cpp
|
| +++ b/Source/bindings/core/v8/V8GCController.cpp
|
| @@ -51,6 +51,7 @@
|
| #include "core/svg/SVGElement.h"
|
| #include "platform/Partitions.h"
|
| #include "platform/TraceEvent.h"
|
| +#include "wtf/Vector.h"
|
| #include <algorithm>
|
|
|
| namespace blink {
|
|
|