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, 2 insertions, 1 deletions
diff --git a/xfa/src/fxjse/src/class.h b/xfa/src/fxjse/src/class.h
index 89c49abcf6..794a34e7b8 100644
--- a/xfa/src/fxjse/src/class.h
+++ b/xfa/src/fxjse/src/class.h
@@ -7,7 +7,8 @@
#ifndef XFA_SRC_FXJSE_SRC_CLASS_H_
#define XFA_SRC_FXJSE_SRC_CLASS_H_
-#include <v8.h>
+#include "v8/include/v8.h"
+#include "xfa/include/fxjse/fxjse.h"
class CFXJSE_Context;
class CFXJSE_Value;