aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkVertices.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkVertices.cpp')
-rw-r--r--src/core/SkVertices.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/SkVertices.cpp b/src/core/SkVertices.cpp
index c0f3eb23f9..e8bf1b7d88 100644
--- a/src/core/SkVertices.cpp
+++ b/src/core/SkVertices.cpp
@@ -5,12 +5,14 @@
* found in the LICENSE file.
*/
-#include "SkAtomics.h"
#include "SkVertices.h"
+
+#include "SkAtomics.h"
#include "SkData.h"
#include "SkReader32.h"
#include "SkSafeMath.h"
#include "SkSafeRange.h"
+#include "SkTo.h"
#include "SkWriter32.h"
#include <new>