| Index: xfa/src/fgas/include/fx_locale.h
 | 
| diff --git a/xfa/src/fgas/include/fx_locale.h b/xfa/src/fgas/include/fx_locale.h
 | 
| index 36d19b5e145b32be6d07d37a8eb8d97977828a1a..5637913a9702024c4fdbfdd9b2171cdbd9ca1dec 100644
 | 
| --- a/xfa/src/fgas/include/fx_locale.h
 | 
| +++ b/xfa/src/fgas/include/fx_locale.h
 | 
| @@ -7,10 +7,13 @@
 | 
|  #ifndef XFA_SRC_FGAS_INCLUDE_FX_LOCALE_H_
 | 
|  #define XFA_SRC_FGAS_INCLUDE_FX_LOCALE_H_
 | 
|  
 | 
| +#include "core/include/fxcrt/fx_xml.h"
 | 
| +
 | 
|  class CFX_Unitime;
 | 
|  class IFX_Locale;
 | 
|  class IFX_FormatString;
 | 
|  class IFX_LocaleMgr;
 | 
| +
 | 
|  enum FX_LOCALENUMSYMBOL {
 | 
|    FX_LOCALENUMSYMBOL_Decimal,
 | 
|    FX_LOCALENUMSYMBOL_Grouping,
 | 
| 
 |