aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/InsetConvexPolyTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/InsetConvexPolyTest.cpp')
-rw-r--r--tests/InsetConvexPolyTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/InsetConvexPolyTest.cpp b/tests/InsetConvexPolyTest.cpp
index 433cf239e6..022060c0f4 100644
--- a/tests/InsetConvexPolyTest.cpp
+++ b/tests/InsetConvexPolyTest.cpp
@@ -5,7 +5,7 @@
* found in the LICENSE file.
*/
#include "Test.h"
-#include "SkOffsetPolygon.h"
+#include "SkPolyUtils.h"
static bool is_convex(const SkTDArray<SkPoint>& poly) {
if (poly.count() < 3) {