diff options
Diffstat (limited to 'xfa/fgas')
-rw-r--r-- | xfa/fgas/font/fgas_gefont.cpp | 2 | ||||
-rw-r--r-- | xfa/fgas/font/fgas_gefont.h | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/xfa/fgas/font/fgas_gefont.cpp b/xfa/fgas/font/fgas_gefont.cpp index 7492de246b..3a5b1cdbca 100644 --- a/xfa/fgas/font/fgas_gefont.cpp +++ b/xfa/fgas/font/fgas_gefont.cpp @@ -6,6 +6,8 @@ #include "xfa/fgas/font/fgas_gefont.h" +#include "core/fxge/include/cfx_unicodeencoding.h" +#include "core/fxge/include/cfx_unicodeencodingex.h" #include "xfa/fgas/crt/fgas_codepage.h" #include "xfa/fgas/font/fgas_fontutils.h" #include "xfa/fxfa/include/xfa_fontmgr.h" diff --git a/xfa/fgas/font/fgas_gefont.h b/xfa/fgas/font/fgas_gefont.h index 37aa03eda9..cdb19338a2 100644 --- a/xfa/fgas/font/fgas_gefont.h +++ b/xfa/fgas/font/fgas_gefont.h @@ -15,6 +15,7 @@ #define FXFONT_SUBST_ITALIC 0x02 +class CFX_UnicodeEncoding; class CXFA_PDFFontMgr; class CFGAS_GEFont { |