From 49ccaeba9e16a04898ded5312e2f8a0178875410 Mon Sep 17 00:00:00 2001 From: JUN FANG Date: Mon, 2 Mar 2015 17:08:22 -0800 Subject: Fix a compiling error in fxjs_v8.h BUG=NA R=thestig@chromium.org, tsepez@chromium.org Review URL: https://codereview.chromium.org/965423004 --- fpdfsdk/include/jsapi/fxjs_v8.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fpdfsdk') 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 -#include "../../core/include/fxcrt/fx_string.h" // For CFX_WideString +#include "../../../core/include/fxcrt/fx_string.h" // For CFX_WideString enum FXJSOBJTYPE { -- cgit v1.2.3