diff options
Diffstat (limited to 'xfa/fgas/crt/cfgas_formatstring.h')
-rw-r--r-- | xfa/fgas/crt/cfgas_formatstring.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xfa/fgas/crt/cfgas_formatstring.h b/xfa/fgas/crt/cfgas_formatstring.h index 4fdc39df0c..0c51ef33b6 100644 --- a/xfa/fgas/crt/cfgas_formatstring.h +++ b/xfa/fgas/crt/cfgas_formatstring.h @@ -11,7 +11,8 @@ #include "core/fxcrt/locale_iface.h" #include "core/fxcrt/unowned_ptr.h" -#include "xfa/fxfa/parser/cxfa_localemgr.h" + +class CXFA_LocaleMgr; bool FX_DateFromCanonical(const WideString& wsDate, CFX_DateTime* datetime); bool FX_TimeFromCanonical(const WideStringView& wsTime, |