| Index: Source/wtf/Vector.h
|
| diff --git a/Source/wtf/Vector.h b/Source/wtf/Vector.h
|
| index f353c01cd4140420a5b574bca4c90a2ba1aaa8f1..154f5b51bd6050a6c28b9bb7334e225af9e3d38f 100644
|
| --- a/Source/wtf/Vector.h
|
| +++ b/Source/wtf/Vector.h
|
| @@ -30,8 +30,9 @@
|
| #include "wtf/NotFound.h"
|
| #include "wtf/StdLibExtras.h"
|
| #include "wtf/VectorTraits.h"
|
| +#include <algorithm>
|
| +#include <iterator> // For reverse_iterator
|
| #include <string.h>
|
| -#include <utility>
|
|
|
| // For ASAN builds, disable inline buffers completely as they cause various issues.
|
| #ifdef ANNOTATE_CONTIGUOUS_CONTAINER
|
|
|