Chromium Code Reviews| Index: fpdfsdk/src/jsapi/fxjs_v8.cpp |
| diff --git a/fpdfsdk/src/jsapi/fxjs_v8.cpp b/fpdfsdk/src/jsapi/fxjs_v8.cpp |
| index 5631ab625859e95f5fd73ff7e0e2db14a26019eb..25f55ab908ff2dce2e6c7ec2e043d9ae1c5ff839 100644 |
| --- a/fpdfsdk/src/jsapi/fxjs_v8.cpp |
| +++ b/fpdfsdk/src/jsapi/fxjs_v8.cpp |
| @@ -6,6 +6,9 @@ |
| #include "fpdfsdk/include/jsapi/fxjs_v8.h" |
| +#include <string> |
| +#include <vector> |
| + |
| #include "core/include/fxcrt/fx_basic.h" |
| const wchar_t kFXJSValueNameString[] = L"string"; |