Chromium Code Reviews| Index: Source/wtf/OwnPtr.h |
| diff --git a/Source/wtf/OwnPtr.h b/Source/wtf/OwnPtr.h |
| index 43914c18eb479d1435db4bf3f516b969ea0295f0..1f65b31fccbae267aeb8218ad1d2e0554b756a42 100644 |
| --- a/Source/wtf/OwnPtr.h |
| +++ b/Source/wtf/OwnPtr.h |
| @@ -27,6 +27,7 @@ |
| #include "wtf/NullPtr.h" |
| #include "wtf/OwnPtrCommon.h" |
| #include <algorithm> |
| +#include <utility> |
| namespace WTF { |