diff options
Diffstat (limited to 'fxjs/cjs_publicmethods.h')
-rw-r--r-- | fxjs/cjs_publicmethods.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fxjs/cjs_publicmethods.h b/fxjs/cjs_publicmethods.h index 049fa681aa..975ba6e9d4 100644 --- a/fxjs/cjs_publicmethods.h +++ b/fxjs/cjs_publicmethods.h @@ -9,7 +9,8 @@ #include <vector> -#include "fxjs/js_define.h" +#include "fxjs/cjs_object.h" +#include "fxjs/cjs_result.h" class CJS_PublicMethods final : public CJS_Object { public: |