From 2a2f67592602b18527bc3fd449132d420cd5b62e Mon Sep 17 00:00:00 2001 From: Hal Canary Date: Mon, 11 Jun 2018 21:44:01 -0400 Subject: SkTypes: extract SkTo Change-Id: I8de790d5013db2105ad885fa2683303d7c250b09 Reviewed-on: https://skia-review.googlesource.com/133620 Reviewed-by: Mike Klein --- tests/PDFGlyphsToUnicodeTest.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/PDFGlyphsToUnicodeTest.cpp') diff --git a/tests/PDFGlyphsToUnicodeTest.cpp b/tests/PDFGlyphsToUnicodeTest.cpp index 2aeedf0330..cf69705eb1 100644 --- a/tests/PDFGlyphsToUnicodeTest.cpp +++ b/tests/PDFGlyphsToUnicodeTest.cpp @@ -13,6 +13,7 @@ #include "SkData.h" #include "SkPDFMakeToUnicodeCmap.h" #include "SkStream.h" +#include "SkTo.h" static const int kMaximumGlyphCount = SK_MaxU16 + 1; -- cgit v1.2.3