diff options
Diffstat (limited to 'fxjs/cjs_font.h')
-rw-r--r-- | fxjs/cjs_font.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/cjs_font.h b/fxjs/cjs_font.h index 56b3db0cdc..39de804f06 100644 --- a/fxjs/cjs_font.h +++ b/fxjs/cjs_font.h @@ -7,7 +7,7 @@ #ifndef FXJS_CJS_FONT_H_ #define FXJS_CJS_FONT_H_ -#include "fxjs/js_define.h" +#include "fxjs/cjs_object.h" class CJS_Font final : public CJS_Object { public: |