aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPoint3.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkPoint3.h')
-rw-r--r--include/core/SkPoint3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkPoint3.h b/include/core/SkPoint3.h
index 6f69f1c4ea..d4a2023082 100644
--- a/include/core/SkPoint3.h
+++ b/include/core/SkPoint3.h
@@ -8,7 +8,7 @@
#ifndef SkPoint3_DEFINED
#define SkPoint3_DEFINED
-#include "SkScalar.h"
+#include "SkPoint.h"
struct SK_API SkPoint3 {
SkScalar fX, fY, fZ;