diff options
Diffstat (limited to 'fxjs/include/cfxjse_context.h')
-rw-r--r-- | fxjs/include/cfxjse_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/include/cfxjse_context.h b/fxjs/include/cfxjse_context.h index 882258fe57..669fa89517 100644 --- a/fxjs/include/cfxjse_context.h +++ b/fxjs/include/cfxjse_context.h @@ -10,7 +10,7 @@ #include <memory> #include <vector> -#include "core/fxcrt/include/fx_basic.h" +#include "core/fxcrt/fx_basic.h" #include "fxjs/include/fxjse.h" #include "v8/include/v8.h" |