diff options
author | Tom Sepez <tsepez@chromium.org> | 2016-02-02 15:36:02 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2016-02-02 15:36:02 -0800 |
commit | 77244553b268758b4ba435bbf52af8b52bda23da (patch) | |
tree | 21bb5e400367040cdbdec69439a935ff4b5d5893 | |
parent | 9b0a59d659d8083802385649ba74370d65c41e36 (diff) | |
download | pdfium-77244553b268758b4ba435bbf52af8b52bda23da.tar.xz |
Fix build on windows (IWYU) at 9b0a59d659d8
TBR=thestig@chromium.org
Review URL: https://codereview.chromium.org/1660753002 .
-rw-r--r-- | core/src/fpdftext/fpdf_text_int.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/fpdftext/fpdf_text_int.cpp b/core/src/fpdftext/fpdf_text_int.cpp index 90b932cd4c..66d20aff08 100644 --- a/core/src/fpdftext/fpdf_text_int.cpp +++ b/core/src/fpdftext/fpdf_text_int.cpp @@ -10,6 +10,7 @@ #include <cctype> #include <cwctype> #include <memory> +#include <vector> #include "core/include/fpdfapi/fpdf_module.h" #include "core/include/fpdfapi/fpdf_page.h" |