summaryrefslogtreecommitdiff
path: root/fxjs/global_timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/global_timer.h')
-rw-r--r--fxjs/global_timer.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/fxjs/global_timer.h b/fxjs/global_timer.h
index 63bda57be4..83081f656c 100644
--- a/fxjs/global_timer.h
+++ b/fxjs/global_timer.h
@@ -9,7 +9,10 @@
#include <map>
-#include "fxjs/cjs_app.h"
+#include "fpdfsdk/cpdfsdk_formfillenvironment.h"
+#include "fxjs/cjs_runtime.h"
+
+class CJS_App;
class GlobalTimer {
public: