diff options
-rw-r--r-- | xfa/fde/css/cfde_cssvaluelistparser.cpp | 2 | ||||
-rw-r--r-- | xfa/fde/css/fde_css.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/xfa/fde/css/cfde_cssvaluelistparser.cpp b/xfa/fde/css/cfde_cssvaluelistparser.cpp index 84dc20b328..79a79818dc 100644 --- a/xfa/fde/css/cfde_cssvaluelistparser.cpp +++ b/xfa/fde/css/cfde_cssvaluelistparser.cpp @@ -6,6 +6,8 @@ #include "xfa/fde/css/cfde_cssvaluelistparser.h" +#include "core/fxcrt/fx_extension.h" + CFDE_CSSValueListParser::CFDE_CSSValueListParser(const wchar_t* psz, int32_t iLen, wchar_t separator) diff --git a/xfa/fde/css/fde_css.h b/xfa/fde/css/fde_css.h index ac44e30175..663db44de3 100644 --- a/xfa/fde/css/fde_css.h +++ b/xfa/fde/css/fde_css.h @@ -9,7 +9,6 @@ #include "core/fxcrt/cfx_seekablestreamproxy.h" #include "core/fxge/fx_dib.h" -#include "xfa/fgas/font/cfgas_fontmgr.h" enum FDE_CSSVALUETYPE { FDE_CSSVALUETYPE_Primitive = 1 << 0, |