Chromium Code Reviews| Index: xfa/fgas/font/fgas_gefont.cpp |
| diff --git a/xfa/fgas/font/fgas_gefont.cpp b/xfa/fgas/font/fgas_gefont.cpp |
| index 7492de246b749b653b46ff1929a9fd6f41c3dbe5..3a5b1cdbca9bddcffe003fd54218f1e6e655a53e 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" |
|
dsinclair
2016/08/18 17:43:03
This needs to be inside an #ifdef PDF_ENABLE_XFA b
npm
2016/08/18 17:53:23
Why? The whole xfa directory is under if(pdf_enabl
|
| #include "xfa/fgas/crt/fgas_codepage.h" |
| #include "xfa/fgas/font/fgas_fontutils.h" |
| #include "xfa/fxfa/include/xfa_fontmgr.h" |