Chromium Code Reviews| Index: Source/wtf/Vector.h |
| diff --git a/Source/wtf/Vector.h b/Source/wtf/Vector.h |
| index f353c01cd4140420a5b574bca4c90a2ba1aaa8f1..07a36d1c6b06173163fbaf514d0a6b39f9f17e67 100644 |
| --- a/Source/wtf/Vector.h |
| +++ b/Source/wtf/Vector.h |
| @@ -30,6 +30,8 @@ |
| #include "wtf/NotFound.h" |
| #include "wtf/StdLibExtras.h" |
| #include "wtf/VectorTraits.h" |
| +#include <algorithm> |
| +#include <iterator> |
| #include <string.h> |
| #include <utility> |