From 435657fd62960ceffb1c3c63f63e836373560bc5 Mon Sep 17 00:00:00 2001 From: halcanary Date: Tue, 15 Sep 2015 12:53:07 -0700 Subject: Forward declare SkStrokeRec in SkPathEffect Review URL: https://codereview.chromium.org/1312163008 --- tests/DrawPathTest.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/DrawPathTest.cpp') diff --git a/tests/DrawPathTest.cpp b/tests/DrawPathTest.cpp index 4351faf70e..e5d50d33d7 100644 --- a/tests/DrawPathTest.cpp +++ b/tests/DrawPathTest.cpp @@ -8,6 +8,7 @@ #include "SkBitmap.h" #include "SkCanvas.h" #include "SkDashPathEffect.h" +#include "SkStrokeRec.h" #include "SkSurface.h" #include "Test.h" -- cgit v1.2.3