aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pdf/SkDeflate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pdf/SkDeflate.cpp')
-rw-r--r--src/pdf/SkDeflate.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pdf/SkDeflate.cpp b/src/pdf/SkDeflate.cpp
index 6952ec4f11..be3e182cd1 100644
--- a/src/pdf/SkDeflate.cpp
+++ b/src/pdf/SkDeflate.cpp
@@ -5,11 +5,12 @@
* found in the LICENSE file.
*/
+#include "SkDeflate.h"
#include "SkData.h"
-#include "SkDeflate.h"
#include "SkMakeUnique.h"
#include "SkMalloc.h"
+#include "SkTo.h"
#include "SkTraceEvent.h"
#include "zlib.h"