summaryrefslogtreecommitdiff
path: root/xfa/src/fxjse/src/class.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fxjse/src/class.h')
-rw-r--r--xfa/src/fxjse/src/class.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/xfa/src/fxjse/src/class.h b/xfa/src/fxjse/src/class.h
index 763b3236ec..89c49abcf6 100644
--- a/xfa/src/fxjse/src/class.h
+++ b/xfa/src/fxjse/src/class.h
@@ -7,8 +7,11 @@
#ifndef XFA_SRC_FXJSE_SRC_CLASS_H_
#define XFA_SRC_FXJSE_SRC_CLASS_H_
+#include <v8.h>
+
class CFXJSE_Context;
class CFXJSE_Value;
+
class CFXJSE_Class {
protected:
CFXJSE_Class(CFXJSE_Context* lpContext)