aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkString.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkString.cpp')
-rw-r--r--src/core/SkString.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/core/SkString.cpp b/src/core/SkString.cpp
index a6d9335318..7820f1d5bf 100644
--- a/src/core/SkString.cpp
+++ b/src/core/SkString.cpp
@@ -5,10 +5,13 @@
* found in the LICENSE file.
*/
+#include "SkString.h"
+
#include "SkAtomics.h"
#include "SkSafeMath.h"
-#include "SkString.h"
+#include "SkTo.h"
#include "SkUtils.h"
+
#include <cstdio>
#include <new>
#include <stdarg.h>