Index: src/core/Sk4x_sse.h |
diff --git a/src/core/Sk4x_sse.h b/src/core/Sk4x_sse.h |
index 6077d0273d19d0244559c1fed93f381d290de086..ab6876dfd7c812d1fb56f5eb5b9585558b917b5d 100644 |
--- a/src/core/Sk4x_sse.h |
+++ b/src/core/Sk4x_sse.h |
@@ -4,6 +4,8 @@ |
// Useful reading: |
// https://software.intel.com/sites/landingpage/IntrinsicsGuide/ |
+#include "SkTypes.h" // Keep this before any #ifdef for skbug.com/3362 |
+ |
#if defined(SK4X_PREAMBLE) |
// Code in this file may assume SSE and SSE2. |
#include <emmintrin.h> |