diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2018-03-27 16:14:24 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-03-27 16:14:24 +0000 |
commit | 68df02a489d8f676f1752a1918c5888c63f366f3 (patch) | |
tree | 746b58119808093d06ce621264387211b4497f96 /fxjs/cfxjse_formcalc_context.cpp | |
parent | 5098b252848734ac69e0851f7bd116d93311a57e (diff) | |
download | pdfium-68df02a489d8f676f1752a1918c5888c63f366f3.tar.xz |
Cleanup CXFA_LocaleMgr
This CL cleans up code for the CXFA_LocaleMgr class.
Change-Id: I4a3c9394be021d6605dadd8003c7619b19bb9fc0
Reviewed-on: https://pdfium-review.googlesource.com/29250
Reviewed-by: dsinclair <dsinclair@chromium.org>
Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'fxjs/cfxjse_formcalc_context.cpp')
-rw-r--r-- | fxjs/cfxjse_formcalc_context.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fxjs/cfxjse_formcalc_context.cpp b/fxjs/cfxjse_formcalc_context.cpp index 4157c29426..4ad3861dfe 100644 --- a/fxjs/cfxjse_formcalc_context.cpp +++ b/fxjs/cfxjse_formcalc_context.cpp @@ -16,6 +16,7 @@ #include "core/fxcrt/cfx_widetextbuf.h" #include "core/fxcrt/fx_extension.h" #include "core/fxcrt/fx_random.h" +#include "core/fxcrt/locale_iface.h" #include "fxjs/cfxjse_class.h" #include "fxjs/cfxjse_engine.h" #include "fxjs/cfxjse_value.h" |