Chromium Code Reviews| Index: src/core/SkLinearBitmapPipeline_core.h |
| diff --git a/src/core/SkLinearBitmapPipeline_core.h b/src/core/SkLinearBitmapPipeline_core.h |
| index 2759f0bb8ccc728472bb68a23d72c8bedf073007..c92773bc307a47d468fd67043935e88dcf404360 100644 |
| --- a/src/core/SkLinearBitmapPipeline_core.h |
| +++ b/src/core/SkLinearBitmapPipeline_core.h |
| @@ -9,6 +9,7 @@ |
| #define SkLinearBitmapPipeline_core_DEFINED |
| #include <cmath> |
| +#include "SkNx.h" |
| // New bilerp strategy: |
| // Pass through on bilerpList4 and bilerpListFew (analogs to pointList), introduce bilerpEdge |