summaryrefslogtreecommitdiff
path: root/fxjs/js_define.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/js_define.h')
-rw-r--r--fxjs/js_define.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/fxjs/js_define.h b/fxjs/js_define.h
index 9187e60e3f..bf7aa35504 100644
--- a/fxjs/js_define.h
+++ b/fxjs/js_define.h
@@ -11,11 +11,13 @@
#include "core/fxcrt/unowned_ptr.h"
#include "fxjs/cfxjs_engine.h"
-#include "fxjs/cjs_object.h"
#include "fxjs/cjs_result.h"
+#include "fxjs/cjs_runtime.h"
#include "fxjs/js_resources.h"
#include "third_party/base/ptr_util.h"
+class CJS_Object;
+
double JS_GetDateTime();
int JS_GetYearFromTime(double dt);
int JS_GetMonthFromTime(double dt);