| Index: fpdfsdk/include/javascript/JS_Runtime.h
|
| diff --git a/fpdfsdk/include/javascript/JS_Runtime.h b/fpdfsdk/include/javascript/JS_Runtime.h
|
| index 96f00bbbb10db58e099d49f384885ca1aa76dbfe..86d49713a8db797ebac262f873e4f4d72d854780 100644
|
| --- a/fpdfsdk/include/javascript/JS_Runtime.h
|
| +++ b/fpdfsdk/include/javascript/JS_Runtime.h
|
| @@ -7,6 +7,13 @@
|
| #ifndef _JS_RUNTIME_H_
|
| #define _JS_RUNTIME_H_
|
|
|
| +#include "../../../core/include/fxcrt/fx_basic.h"
|
| +#include "../jsapi/fxjs_v8.h"
|
| +#include "IJavaScript.h"
|
| +#include "JS_EventHandler.h"
|
| +
|
| +class CJS_Context;
|
| +
|
| class CJS_FieldEvent
|
| {
|
| public:
|
|
|