| Index: third_party/WebKit/Source/platform/wtf/Deque.h
|
| diff --git a/third_party/WebKit/Source/platform/wtf/Deque.h b/third_party/WebKit/Source/platform/wtf/Deque.h
|
| index 337a04528ace3cc6353c88bda13eee00adc8f127..b48b6812bf730bb84d2431934c5fd2ae51ce8eb4 100644
|
| --- a/third_party/WebKit/Source/platform/wtf/Deque.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/Deque.h
|
| @@ -33,8 +33,9 @@
|
| // FIXME: Could move what Vector and Deque share into a separate file.
|
| // Deque doesn't actually use Vector.
|
|
|
| -#include "platform/wtf/Vector.h"
|
| #include <iterator>
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace WTF {
|
|
|
|
|