Index: src/utils/SkDashPath.cpp |
diff --git a/src/utils/SkDashPath.cpp b/src/utils/SkDashPath.cpp |
index c1772959415f41f4b78679805f29091505490567..e0cbe9732d24f1ce888e80abe8708851246cec8e 100644 |
--- a/src/utils/SkDashPath.cpp |
+++ b/src/utils/SkDashPath.cpp |
@@ -7,6 +7,7 @@ |
#include "SkDashPathPriv.h" |
#include "SkPathMeasure.h" |
+#include "SkStrokeRec.h" |
static inline int is_even(int x) { |
return (~x) << 31; |