diff options
Diffstat (limited to 'fxjs/cjs_report.cpp')
-rw-r--r-- | fxjs/cjs_report.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/cjs_report.cpp b/fxjs/cjs_report.cpp index 89737e6542..3a912765f6 100644 --- a/fxjs/cjs_report.cpp +++ b/fxjs/cjs_report.cpp @@ -8,8 +8,8 @@ #include <vector> -#include "fxjs/JS_Define.h" #include "fxjs/cjs_object.h" +#include "fxjs/js_define.h" const JSMethodSpec CJS_Report::MethodSpecs[] = { {"save", save_static}, |