commit | ff7e020b9f2ec0ea70127c804aef1eb6220d5b76 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@google.com> | Mon Apr 17 19:45:10 2023 +0000 |
committer | Pdfium LUCI CQ <pdfium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 17 19:45:10 2023 +0000 |
tree | 6657e061f592a4fa16b1badda9439fcba4567dda | |
parent | 9a89e728db22a7eaf2545e4caa2070cea0162ec0 [diff] |
Add build_config.h to core/fxcrt/fx_extension.h core/fxcrt/fx_extension.h checks USE_SYSTEM_ICUUC, which is defined in build/build_config.h. Change-Id: I2d48d61b62c422652104199259da37556fbce36c Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/106130 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
diff --git a/core/fxcrt/fx_extension.h b/core/fxcrt/fx_extension.h index ffdb7a2..ae94479 100644 --- a/core/fxcrt/fx_extension.h +++ b/core/fxcrt/fx_extension.h
@@ -12,6 +12,8 @@ #include <time.h> #include <wctype.h> +#include "build/build_config.h" + #if defined(USE_SYSTEM_ICUUC) #include <unicode/uchar.h> #else