diff options
Diffstat (limited to 'fxjs/include/fxjs_v8.h')
-rw-r--r-- | fxjs/include/fxjs_v8.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/include/fxjs_v8.h b/fxjs/include/fxjs_v8.h index c87d8a5873..a9064f3faf 100644 --- a/fxjs/include/fxjs_v8.h +++ b/fxjs/include/fxjs_v8.h @@ -21,7 +21,7 @@ #include <memory> #include <vector> -#include "core/fxcrt/include/fx_string.h" +#include "core/fxcrt/fx_string.h" #ifdef PDF_ENABLE_XFA // Header for CFXJSE_RuntimeData. FXJS_V8 doesn't interpret this class, // it is just passed along to XFA. |