Chromium Code Reviews| Index: src/opts/SkNx_sse.h |
| diff --git a/src/opts/SkNx_sse.h b/src/opts/SkNx_sse.h |
| index 1fc235d99be4793bf9c9cffa906ccd0bfa39155e..0b22a5a3c6a7a6940ed548df49e68aa670e7dc54 100644 |
| --- a/src/opts/SkNx_sse.h |
| +++ b/src/opts/SkNx_sse.h |
| @@ -9,6 +9,7 @@ |
| #define SkNx_sse_DEFINED |
| #include "SkCpu.h" |
| +#include <immintrin.h> |
| // This file may assume <= SSE2, but must check SK_CPU_SSE_LEVEL for anything more recent. |
| // If you do, make sure this is in a static inline function... anywhere else risks violating ODR. |