diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-04-07 15:35:48 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-04-07 15:35:48 -0700 |
commit | 9a3f8123c421faae8b4573c895a7b1c0ef236205 (patch) | |
tree | cde0f80d872ba6466d3fdf6db71053e3e2de2de6 /fpdfsdk/include/javascript/Document.h | |
parent | 0570b8a2869691c6d5832154c08b9bccfa9a8092 (diff) | |
download | pdfium-9a3f8123c421faae8b4573c895a7b1c0ef236205.tar.xz |
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
Diffstat (limited to 'fpdfsdk/include/javascript/Document.h')
-rw-r--r-- | fpdfsdk/include/javascript/Document.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/include/javascript/Document.h b/fpdfsdk/include/javascript/Document.h index 8aa53fe7f7..0824185aa3 100644 --- a/fpdfsdk/include/javascript/Document.h +++ b/fpdfsdk/include/javascript/Document.h @@ -7,7 +7,7 @@ #ifndef _DOCUMENT_H_ #define _DOCUMENT_H_ - +#include "JS_Define.h" class PrintParamsObj : public CJS_EmbedObj { |