Index: xfa/src/fxfa/src/fm2js/xfa_fm2jscontext.cpp |
diff --git a/xfa/src/fxfa/src/fm2js/xfa_fm2jscontext.cpp b/xfa/src/fxfa/src/fm2js/xfa_fm2jscontext.cpp |
index 10f9e8aab403d913d005d5baa09399dfc3dd10d7..1c80e62cf9d1b2fbdce7e9f543fab0eab64f3e12 100644 |
--- a/xfa/src/fxfa/src/fm2js/xfa_fm2jscontext.cpp |
+++ b/xfa/src/fxfa/src/fm2js/xfa_fm2jscontext.cpp |
@@ -4,11 +4,16 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
+#include "xfa/src/fxfa/src/fm2js/xfa_fm2jscontext.h" |
+ |
#include <time.h> |
#include "core/include/fxcrt/fx_ext.h" |
+#include "xfa/src/fgas/include/fx_locale.h" |
#include "xfa/src/fxfa/src/common/fxfa_localevalue.h" |
-#include "xfa/src/fxfa/src/fm2js/xfa_fm2js.h" |
+#include "xfa/src/fxfa/src/common/xfa_document.h" |
+#include "xfa/src/fxfa/src/common/xfa_fm2jsapi.h" |
+#include "xfa/src/fxfa/src/common/xfa_parser.h" |
#define FINANCIAL_PRECISION 0.00000001 |