aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkStroke.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkStroke.h')
-rw-r--r--src/core/SkStroke.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/SkStroke.h b/src/core/SkStroke.h
index b2865726a3..189b5cf0d9 100644
--- a/src/core/SkStroke.h
+++ b/src/core/SkStroke.h
@@ -8,10 +8,11 @@
#ifndef SkStroke_DEFINED
#define SkStroke_DEFINED
+#include "SkPaint.h"
#include "SkPath.h"
#include "SkPoint.h"
-#include "SkPaint.h"
#include "SkStrokerPriv.h"
+#include "SkTo.h"
#ifdef SK_DEBUG
extern bool gDebugStrokerErrorSet;