diff options
author | Lei Zhang <thestig@chromium.org> | 2018-03-23 15:04:39 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-03-23 15:04:39 +0000 |
commit | 3ae75c2f2e5759fcf8218e59fa380c26b98aa6b6 (patch) | |
tree | 3e7e2ea1cdf6035c0d02128932570951c17adbf4 | |
parent | aaed698534284ca45a986ae7344246cffbc6faa9 (diff) | |
download | pdfium-3ae75c2f2e5759fcf8218e59fa380c26b98aa6b6.tar.xz |
Fix IWYU errors in pdfium_test_write_helper.cc.chromium/3381
Change-Id: I39bafa0d3cb750f3b735592c8d2d96650c7267ae
Reviewed-on: https://pdfium-review.googlesource.com/29110
Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
-rw-r--r-- | samples/pdfium_test_write_helper.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/samples/pdfium_test_write_helper.cc b/samples/pdfium_test_write_helper.cc index 27f43a64c4..a323658378 100644 --- a/samples/pdfium_test_write_helper.cc +++ b/samples/pdfium_test_write_helper.cc @@ -4,6 +4,9 @@ #include "samples/pdfium_test_write_helper.h" +#include <memory> +#include <vector> + #include "public/cpp/fpdf_deleters.h" #include "public/fpdf_annot.h" #include "public/fpdf_attachment.h" |