aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPath_serial.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkPath_serial.cpp')
-rw-r--r--src/core/SkPath_serial.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/SkPath_serial.cpp b/src/core/SkPath_serial.cpp
index e538a462db..6a372e6dcd 100644
--- a/src/core/SkPath_serial.cpp
+++ b/src/core/SkPath_serial.cpp
@@ -5,7 +5,6 @@
* found in the LICENSE file.
*/
-#include <cmath>
#include "SkBuffer.h"
#include "SkData.h"
#include "SkMath.h"
@@ -13,6 +12,9 @@
#include "SkPathRef.h"
#include "SkRRect.h"
#include "SkSafeMath.h"
+#include "SkTo.h"
+
+#include <cmath>
enum SerializationOffsets {
kType_SerializationShift = 28, // requires 4 bits