diff options
Diffstat (limited to 'fpdfsdk/pwl')
-rw-r--r-- | fpdfsdk/pwl/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fpdfsdk/pwl/BUILD.gn b/fpdfsdk/pwl/BUILD.gn index c5e02685e8..c600647452 100644 --- a/fpdfsdk/pwl/BUILD.gn +++ b/fpdfsdk/pwl/BUILD.gn @@ -42,6 +42,7 @@ jumbo_source_set("pwl") { ] configs += [ "../../:pdfium_core_config" ] deps = [ + "../../:pdfium_public_headers", "../../core/fpdfapi", "../../core/fpdfapi/font", "../../core/fpdfapi/page", |