summaryrefslogtreecommitdiff
path: root/fxjs/cjs_object.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/cjs_object.h')
-rw-r--r--fxjs/cjs_object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/cjs_object.h b/fxjs/cjs_object.h
index 22a5e1625a..7b26fba527 100644
--- a/fxjs/cjs_object.h
+++ b/fxjs/cjs_object.h
@@ -11,8 +11,8 @@
#include <utility>
#include "fpdfsdk/fsdk_define.h"
+#include "fxjs/cfxjs_engine.h"
#include "fxjs/cjs_runtime.h"
-#include "fxjs/fxjs_v8.h"
struct JSConstSpec {
enum Type { Number = 0, String = 1 };