| Index: core/include/fpdfapi/fpdf_resource.h
|
| diff --git a/core/include/fpdfapi/fpdf_resource.h b/core/include/fpdfapi/fpdf_resource.h
|
| index dee15cf941eb65bd0a894e270982930aea98db5a..d6249102b6f5e8a6e7f8c20dbd747e7ab381a6ce 100644
|
| --- a/core/include/fpdfapi/fpdf_resource.h
|
| +++ b/core/include/fpdfapi/fpdf_resource.h
|
| @@ -7,6 +7,8 @@
|
| #ifndef CORE_INCLUDE_FPDFAPI_FPDF_RESOURCE_H_
|
| #define CORE_INCLUDE_FPDFAPI_FPDF_RESOURCE_H_
|
|
|
| +#include <map>
|
| +
|
| #include "../fxcrt/fx_system.h"
|
| #include "../fxge/fx_font.h"
|
| #include "fpdf_parser.h"
|
| @@ -410,8 +412,7 @@ class CPDF_Type3Font : public CPDF_SimpleFont {
|
| CPDF_Dictionary* m_pCharProcs;
|
| CPDF_Dictionary* m_pPageResources;
|
| CPDF_Dictionary* m_pFontResources;
|
| - CFX_MapPtrToPtr m_CacheMap;
|
| - CFX_MapPtrToPtr m_DeletedMap;
|
| + std::map<FX_DWORD, CPDF_Type3Char*> m_CacheMap;
|
| };
|
|
|
| enum CIDSet {
|
|
|