| Index: xfa/src/fxjse/src/context.h
|
| diff --git a/xfa/src/fxjse/src/context.h b/xfa/src/fxjse/src/context.h
|
| index 1b83ebb6d1a42df5753923ec65de17a7ef473916..e6c16445cd99398a22f55817344bb2a87d718fbd 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) {}
|
|
|