| Index: xfa/src/fxfa/src/common/xfa_parser.h
|
| diff --git a/xfa/src/fxfa/src/common/xfa_parser.h b/xfa/src/fxfa/src/common/xfa_parser.h
|
| index 3fbd62e44ee384134b009d82065b1c46d0e0201a..a9f9d05931d3cb7989d10978d085bf41e04e4dd1 100644
|
| --- a/xfa/src/fxfa/src/common/xfa_parser.h
|
| +++ b/xfa/src/fxfa/src/common/xfa_parser.h
|
| @@ -7,7 +7,10 @@
|
| #ifndef XFA_SRC_FXFA_SRC_COMMON_XFA_PARSER_H_
|
| #define XFA_SRC_FXFA_SRC_COMMON_XFA_PARSER_H_
|
|
|
| +#include "xfa/src/fxfa/src/common/xfa_document.h"
|
| +
|
| class IFX_Stream;
|
| +
|
| class IXFA_Parser {
|
| public:
|
| static IXFA_Parser* Create(IXFA_ObjFactory* pFactory,
|
|
|