diff options
author | JUN FANG <jun_fang@foxitsoftware.com> | 2015-03-02 17:08:22 -0800 |
---|---|---|
committer | JUN FANG <jun_fang@foxitsoftware.com> | 2015-03-02 17:08:22 -0800 |
commit | 49ccaeba9e16a04898ded5312e2f8a0178875410 (patch) | |
tree | 0c49191d440985245ec6db01e829571a1f1dac1d /fpdfsdk | |
parent | 2f3dfefd2b34fc560c725c255495cc82a2b4044f (diff) | |
download | pdfium-49ccaeba9e16a04898ded5312e2f8a0178875410.tar.xz |
Fix a compiling error in fxjs_v8.h
BUG=NA
R=thestig@chromium.org, tsepez@chromium.org
Review URL: https://codereview.chromium.org/965423004
Diffstat (limited to 'fpdfsdk')
-rw-r--r-- | fpdfsdk/include/jsapi/fxjs_v8.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/include/jsapi/fxjs_v8.h b/fpdfsdk/include/jsapi/fxjs_v8.h index 57bf223baa..70653c5d83 100644 --- a/fpdfsdk/include/jsapi/fxjs_v8.h +++ b/fpdfsdk/include/jsapi/fxjs_v8.h @@ -8,7 +8,7 @@ #define FXJSAPI_H #include <v8.h> -#include "../../core/include/fxcrt/fx_string.h" // For CFX_WideString +#include "../../../core/include/fxcrt/fx_string.h" // For CFX_WideString enum FXJSOBJTYPE { |