summaryrefslogtreecommitdiff
path: root/xfa/src/fxjse/src/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fxjse/src/context.h')
-rw-r--r--xfa/src/fxjse/src/context.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/xfa/src/fxjse/src/context.h b/xfa/src/fxjse/src/context.h
index 1b83ebb6d1..e6c16445cd 100644
--- a/xfa/src/fxjse/src/context.h
+++ b/xfa/src/fxjse/src/context.h
@@ -7,8 +7,12 @@
#ifndef XFA_SRC_FXJSE_SRC_CONTEXT_H_
#define XFA_SRC_FXJSE_SRC_CONTEXT_H_
+#include "v8/include/v8.h"
+#include "xfa/include/fxjse/fxjse.h"
+
class CFXJSE_Class;
class CFXJSE_Value;
+
class CFXJSE_Context {
protected:
CFXJSE_Context(v8::Isolate* pIsolate) : m_pIsolate(pIsolate) {}