| Index: xfa/src/fxfa/src/fm2js/xfa_program.h
|
| diff --git a/xfa/src/fxfa/src/fm2js/xfa_program.h b/xfa/src/fxfa/src/fm2js/xfa_program.h
|
| index 6f3a3909910e4180bf5a604b3745f868b234a3fd..e1f62bbed84326406a904ccbd2ea2afb24bd37f8 100644
|
| --- a/xfa/src/fxfa/src/fm2js/xfa_program.h
|
| +++ b/xfa/src/fxfa/src/fm2js/xfa_program.h
|
| @@ -7,6 +7,9 @@
|
| #ifndef XFA_SRC_FXFA_SRC_FM2JS_XFA_PROGRAM_H_
|
| #define XFA_SRC_FXFA_SRC_FM2JS_XFA_PROGRAM_H_
|
|
|
| +#include "xfa/src/fxfa/src/fm2js/xfa_error.h"
|
| +#include "xfa/src/fxfa/src/fm2js/xfa_fmparse.h"
|
| +
|
| class CXFA_FMProgram {
|
| public:
|
| CXFA_FMProgram();
|
|
|