diff options
Diffstat (limited to 'xfa/src/fxfa/app/xfa_fontmgr.h')
-rw-r--r-- | xfa/src/fxfa/app/xfa_fontmgr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xfa/src/fxfa/app/xfa_fontmgr.h b/xfa/src/fxfa/app/xfa_fontmgr.h index be3f7a74d8..c77e96d329 100644 --- a/xfa/src/fxfa/app/xfa_fontmgr.h +++ b/xfa/src/fxfa/app/xfa_fontmgr.h @@ -14,6 +14,8 @@ #include "xfa/include/fxfa/fxfa.h" #include "xfa/src/fgas/font/fgas_font.h" +class CPDF_Font; + struct XFA_FONTINFO { FX_DWORD dwFontNameHash; const FX_WCHAR* pPsName; |