diff options
Diffstat (limited to 'fpdfsdk/javascript/cjs_event_context.cpp')
-rw-r--r-- | fpdfsdk/javascript/cjs_event_context.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fpdfsdk/javascript/cjs_event_context.cpp b/fpdfsdk/javascript/cjs_event_context.cpp index abfb6da36f..9537ac984e 100644 --- a/fpdfsdk/javascript/cjs_event_context.cpp +++ b/fpdfsdk/javascript/cjs_event_context.cpp @@ -6,6 +6,7 @@ #include "fpdfsdk/javascript/cjs_event_context.h" +#include "core/fxcrt/cfx_autorestorer.h" #include "fpdfsdk/javascript/JS_EventHandler.h" #include "fpdfsdk/javascript/cjs_runtime.h" #include "fpdfsdk/javascript/resource.h" |