Chromium Code Reviews| Index: Source/wtf/RetainPtr.h |
| diff --git a/Source/wtf/RetainPtr.h b/Source/wtf/RetainPtr.h |
| index 95fb474d18dd626dbf121eee66462e5d58540133..92d0c9b6d3cf430ba556cf20cd00833355fef3ff 100644 |
| --- a/Source/wtf/RetainPtr.h |
| +++ b/Source/wtf/RetainPtr.h |
| @@ -26,6 +26,7 @@ |
| #include "wtf/NullPtr.h" |
| #include "wtf/TypeTraits.h" |
| #include <algorithm> |
| +#include <utility> |
| #if USE(CF) |
| #include <CoreFoundation/CoreFoundation.h> |