diff options
-rw-r--r-- | core/fpdfapi/BUILD.gn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/fpdfapi/BUILD.gn b/core/fpdfapi/BUILD.gn index 465b1afd0f..b18815ca48 100644 --- a/core/fpdfapi/BUILD.gn +++ b/core/fpdfapi/BUILD.gn @@ -26,10 +26,11 @@ jumbo_source_set("fpdfapi") { "render", ] allow_circular_includes_from = [ - "parser", + "../fxge", "cmaps", "font", "page", + "parser", "render", ] visibility = [ "../../*" ] |