mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:38:59 +08:00
851660ec8d
Co-authored-by: Alexandre Bique <bique.alexandre@gmail.com>
13 lines
419 B
Diff
13 lines
419 B
Diff
diff --git a/src/pdf/SkPDFSubsetFont.cpp b/src/pdf/SkPDFSubsetFont.cpp
|
|
index 09d4aed799..009c2762a3 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;
|
|
}
|