Index: src/utils/SkTextureCompressor_ASTC.cpp |
diff --git a/src/utils/SkTextureCompressor_ASTC.cpp b/src/utils/SkTextureCompressor_ASTC.cpp |
index 02f4f171440de21381287c53dbccc802db423c32..8a96b911ea0e8f0639aa0fdf0f6a8dbddda65a98 100644 |
--- a/src/utils/SkTextureCompressor_ASTC.cpp |
+++ b/src/utils/SkTextureCompressor_ASTC.cpp |
@@ -10,7 +10,7 @@ |
#include "SkBlitter.h" |
#include "SkEndian.h" |
-#include "SkMath.h" |
+#include "SkMathPriv.h" |
// This table contains the weight values for each texel. This is used in determining |
// how to convert a 12x12 grid of alpha values into a 6x5 grid of index values. Since |