aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils')
-rwxr-xr-xsrc/utils/SkShadowTessellator.cpp1
-rw-r--r--src/utils/SkShadowTessellator.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/SkShadowTessellator.cpp b/src/utils/SkShadowTessellator.cpp
index df43732083..62306998d8 100755
--- a/src/utils/SkShadowTessellator.cpp
+++ b/src/utils/SkShadowTessellator.cpp
@@ -10,6 +10,7 @@
#include "SkGeometry.h"
#include "SkInsetConvexPolygon.h"
#include "SkPath.h"
+#include "SkPoint3.h"
#include "SkVertices.h"
#if SK_SUPPORT_GPU
diff --git a/src/utils/SkShadowTessellator.h b/src/utils/SkShadowTessellator.h
index 351beee29d..420b8184ef 100644
--- a/src/utils/SkShadowTessellator.h
+++ b/src/utils/SkShadowTessellator.h
@@ -14,6 +14,7 @@
class SkMatrix;
class SkPath;
+struct SkPoint3;
class SkVertices;
namespace SkShadowTessellator {