aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkMatrix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkMatrix.cpp')
-rw-r--r--src/core/SkMatrix.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/SkMatrix.cpp b/src/core/SkMatrix.cpp
index d3bdb38b78..cb4b792a6b 100644
--- a/src/core/SkMatrix.cpp
+++ b/src/core/SkMatrix.cpp
@@ -5,6 +5,8 @@
* found in the LICENSE file.
*/
+#include "SkMatrix.h"
+
#include "SkFloatBits.h"
#include "SkMathPriv.h"
#include "SkMatrixPriv.h"
@@ -13,6 +15,7 @@
#include "SkPoint3.h"
#include "SkRSXform.h"
#include "SkString.h"
+#include "SkTo.h"
#include <stddef.h>
static void normalize_perspective(SkScalar mat[9]) {