| Index: xfa/src/fxfa/src/fm2js/xfa_error.h
|
| diff --git a/xfa/src/fxfa/src/fm2js/xfa_error.h b/xfa/src/fxfa/src/fm2js/xfa_error.h
|
| index 87318d5491e59fd32e80e350b2140972dd99ab8b..41b19422152949b8f9cae78ff82968770b6bd48a 100644
|
| --- a/xfa/src/fxfa/src/fm2js/xfa_error.h
|
| +++ b/xfa/src/fxfa/src/fm2js/xfa_error.h
|
| @@ -7,6 +7,9 @@
|
| #ifndef XFA_SRC_FXFA_SRC_FM2JS_XFA_ERROR_H_
|
| #define XFA_SRC_FXFA_SRC_FM2JS_XFA_ERROR_H_
|
|
|
| +#include "core/include/fxcrt/fx_string.h"
|
| +#include "core/include/fxcrt/fx_system.h"
|
| +
|
| enum XFA_FM_ERRMSG {
|
| FMERR_UNSUPPORTED_CHAR,
|
| FMERR_BAD_SUFFIX_NUMBER,
|
| @@ -18,6 +21,7 @@ enum XFA_FM_ERRMSG {
|
| FMERR_EXPTECTED_OPERATOR,
|
| FMERR_MAXIMUM
|
| };
|
| +
|
| class CXFA_FMErrorInfo {
|
| public:
|
| CXFA_FMErrorInfo() : linenum(0){};
|
|
|