Chromium Code Reviews| Index: Source/wtf/Alignment.h |
| diff --git a/Source/wtf/Alignment.h b/Source/wtf/Alignment.h |
| index 4a028c45a92dd6083342a8b5fac1d1c45d018fbb..32bb082047d36676528e4f0215787fc7f8949473 100644 |
| --- a/Source/wtf/Alignment.h |
| +++ b/Source/wtf/Alignment.h |
| @@ -21,7 +21,7 @@ |
| #ifndef WTF_Alignment_h |
| #define WTF_Alignment_h |
| -#include <algorithm> |
| +#include <algorithm> // For std::swap |
|
Nico
2015/04/16 21:16:55
also include <utility> else the file isn't iwyu-co
Nico
2015/04/16 21:16:55
remove comment
|
| #include <stdint.h> |