aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkUtils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkUtils.cpp')
-rw-r--r--src/core/SkUtils.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/SkUtils.cpp b/src/core/SkUtils.cpp
index 0b92510bb0..e6fafa0b07 100644
--- a/src/core/SkUtils.cpp
+++ b/src/core/SkUtils.cpp
@@ -5,9 +5,10 @@
* found in the LICENSE file.
*/
-
#include "SkUtils.h"
+#include "SkTo.h"
+
/* 0xxxxxxx 1 total
10xxxxxx // never a leading byte
110xxxxx 2 total
@@ -413,4 +414,4 @@ int SkUTFN_CountUnichars(
const char SkHexadecimalDigits::gUpper[16] =
{ '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F' };
const char SkHexadecimalDigits::gLower[16] =
- { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f' }; \ No newline at end of file
+ { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f' };