Chromium Code Reviews| Index: src/core/Sk4x_neon.h |
| diff --git a/src/core/Sk4x_neon.h b/src/core/Sk4x_neon.h |
| index 41a30b2e47cab5b8c0aca002de76cde1936e729b..2851fb31a4e7525f6885d89a2410fde3fa05018d 100644 |
| --- a/src/core/Sk4x_neon.h |
| +++ b/src/core/Sk4x_neon.h |
| @@ -1,6 +1,8 @@ |
| // It is important _not_ to put header guards here. |
| // This file will be intentionally included three times. |
| +#include "SkTypes.h" // Keep this before any #ifdef for skbug.com/3362 |
| + |
| #if defined(SK4X_PREAMBLE) |
| #include <arm_neon.h> |