| Index: xfa/fxfa/parser/cxfa_document.h
|
| diff --git a/xfa/fxfa/parser/cxfa_document.h b/xfa/fxfa/parser/cxfa_document.h
|
| index 4fd2d79504b8d30d99b293c1d2e883a8d68f3a09..fdd230dca7725a6e3045484e6d68cbd42561ec97 100644
|
| --- a/xfa/fxfa/parser/cxfa_document.h
|
| +++ b/xfa/fxfa/parser/cxfa_document.h
|
| @@ -7,6 +7,8 @@
|
| #ifndef XFA_FXFA_PARSER_CXFA_DOCUMENT_H_
|
| #define XFA_FXFA_PARSER_CXFA_DOCUMENT_H_
|
|
|
| +#include <map>
|
| +
|
| #include "xfa/fxfa/fxfa.h"
|
| #include "xfa/fxfa/parser/xfa_localemgr.h"
|
| #include "xfa/fxfa/parser/xfa_object.h"
|
| @@ -101,7 +103,7 @@ class CXFA_Document {
|
|
|
| void ClearLayoutData();
|
|
|
| - CFX_MapPtrTemplate<uint32_t, CXFA_Node*> m_rgGlobalBinding;
|
| + std::map<uint32_t, CXFA_Node*> m_rgGlobalBinding;
|
| CXFA_NodeArray m_pPendingPageSet;
|
|
|
| protected:
|
|
|