commit | 9d5f99bc309a7d733e33a149bef295ae3c8b3ac1 | [log] [tgz] |
---|---|---|
author | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Jan 22 12:55:54 2013 +0000 |
committer | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Jan 22 12:55:54 2013 +0000 |
tree | fc7f8d7472a38f1d1f3610c964b76f707cbee87b | |
parent | 5632e76dffc4b410351cc01dd4fe05dc129e2a42 [diff] [blame] |
shape ops work in progress git-svn-id: http://skia.googlecode.com/svn/trunk@7303 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/QuadraticSubDivide.cpp b/experimental/Intersection/QuadraticSubDivide.cpp index 436b5a9..a889825 100644 --- a/experimental/Intersection/QuadraticSubDivide.cpp +++ b/experimental/Intersection/QuadraticSubDivide.cpp
@@ -6,6 +6,7 @@ */ #include "CurveIntersection.h" #include "IntersectionUtilities.h" +#include "QuadraticUtilities.h" /* Given a quadratic q, t1, and t2, find a small quadratic segment.