mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:06:45 +08:00
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;
|
||
|
}
|