diff options
author | Lei Zhang <thestig@chromium.org> | 2018-02-02 00:01:39 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-02-02 00:01:39 +0000 |
commit | f7c84e910899237ffe673de83cdec6dc49f073b4 (patch) | |
tree | 53f0e1719cc8955108431345575818b425286957 /fpdfsdk | |
parent | 59790cef1a09565e8b6799141cf45455ef2dc752 (diff) | |
download | pdfium-f7c84e910899237ffe673de83cdec6dc49f073b4.tar.xz |
Fix IWYU errors in fpdfppo.cpp.
Also rename the file to fpdf_ppo.cpp so it is consistent with the public
header file name. This makes the linter happy.
Change-Id: Ib3608c78111842579898c55f1399982ab2549310
Reviewed-on: https://pdfium-review.googlesource.com/24970
Commit-Queue: Lei Zhang <thestig@chromium.org>
Reviewed-by: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'fpdfsdk')
-rw-r--r-- | fpdfsdk/fpdf_ppo.cpp (renamed from fpdfsdk/fpdfppo.cpp) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fpdfsdk/fpdfppo.cpp b/fpdfsdk/fpdf_ppo.cpp index 3e6f099277..b5e128f150 100644 --- a/fpdfsdk/fpdfppo.cpp +++ b/fpdfsdk/fpdf_ppo.cpp @@ -6,6 +6,7 @@ #include "public/fpdf_ppo.h" +#include <algorithm> #include <map> #include <memory> #include <utility> |