From b02aa61946a62639dd9d39bc00eff6f829b1e414 Mon Sep 17 00:00:00 2001 From: Raphael Kubo da Costa Date: Tue, 19 Sep 2017 14:30:10 +0200 Subject: IWYU: Explicitly include in some headers. While Chromium's clang and libc++ implicitly end up including that header, the build can break with other toolchains (e.g. GCC 7 and its libstdc++) because some headers reference types such as int32_t without including the header that defines them. Change-Id: Ibb2aa3d3b432f4b47f1b8635d0196d4f69cb09a0 Reviewed-on: https://pdfium-review.googlesource.com/14270 Reviewed-by: dsinclair Commit-Queue: dsinclair --- xfa/fxfa/cxfa_texttabstopscontext.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xfa/fxfa/cxfa_texttabstopscontext.h') diff --git a/xfa/fxfa/cxfa_texttabstopscontext.h b/xfa/fxfa/cxfa_texttabstopscontext.h index 57d0489034..9837e357da 100644 --- a/xfa/fxfa/cxfa_texttabstopscontext.h +++ b/xfa/fxfa/cxfa_texttabstopscontext.h @@ -7,6 +7,8 @@ #ifndef XFA_FXFA_CXFA_TEXTTABSTOPSCONTEXT_H_ #define XFA_FXFA_CXFA_TEXTTABSTOPSCONTEXT_H_ +#include + #include struct XFA_TABSTOPS { -- cgit v1.2.3