commit | 9a3f8123c421faae8b4573c895a7b1c0ef236205 | [log] [tgz] |
---|---|---|
author | Tom Sepez <tsepez@chromium.org> | Tue Apr 07 15:35:48 2015 -0700 |
committer | Tom Sepez <tsepez@chromium.org> | Tue Apr 07 15:35:48 2015 -0700 |
tree | cde0f80d872ba6466d3fdf6db71053e3e2de2de6 | |
parent | 0570b8a2869691c6d5832154c08b9bccfa9a8092 [diff] [blame] |
Merge to XFA: Fix (nearly all) IWYU in fpdfskd/include/javascript/ headers. Original Review URL: https://codereview.chromium.org/1060133002 TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/1065103002
diff --git a/fpdfsdk/include/javascript/Field.h b/fpdfsdk/include/javascript/Field.h index ba834b9..f9e5e49 100644 --- a/fpdfsdk/include/javascript/Field.h +++ b/fpdfsdk/include/javascript/Field.h
@@ -7,6 +7,11 @@ #ifndef _FIELD_H_ #define _FIELD_H_ +#include <string> // For std::wstring. + +// TODO(tsepez): include PWL_Wnd.h for PWL_Color after fixing its IWYU. +#include "JS_Define.h" + class Document; enum FIELD_PROP