aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pdf/SkPDFMakeCIDGlyphWidthsArray.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pdf/SkPDFMakeCIDGlyphWidthsArray.cpp')
-rw-r--r--src/pdf/SkPDFMakeCIDGlyphWidthsArray.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/pdf/SkPDFMakeCIDGlyphWidthsArray.cpp b/src/pdf/SkPDFMakeCIDGlyphWidthsArray.cpp
index 4d5471d9b3..62902c1e23 100644
--- a/src/pdf/SkPDFMakeCIDGlyphWidthsArray.cpp
+++ b/src/pdf/SkPDFMakeCIDGlyphWidthsArray.cpp
@@ -5,10 +5,12 @@
* found in the LICENSE file.
*/
-#include "SkBitSet.h"
#include "SkPDFMakeCIDGlyphWidthsArray.h"
-#include "SkPaint.h"
+
+#include "SkBitSet.h"
#include "SkGlyphCache.h"
+#include "SkPaint.h"
+#include "SkTo.h"
// TODO(halcanary): Write unit tests for SkPDFMakeCIDGlyphWidthsArray().