13 lines
417 B
Diff
13 lines
417 B
Diff
diff --git a/src/pdf/SkPDFSubsetFont.cpp b/src/pdf/SkPDFSubsetFont.cpp
|
|
index 307c4304a2..db723bcd42 100644
|
|
--- a/src/pdf/SkPDFSubsetFont.cpp
|
|
+++ b/src/pdf/SkPDFSubsetFont.cpp
|
|
@@ -111,6 +111,7 @@ sk_sp<SkData> SkPDFSubsetFont(const SkTypeface& typeface, const SkPDFGlyphUse& g
|
|
|
|
#else
|
|
|
|
+#include "include/core/SkData.h"
|
|
sk_sp<SkData> SkPDFSubsetFont(const SkTypeface&, const SkPDFGlyphUse&) {
|
|
return nullptr;
|
|
}
|