commit | 59a1a91f1ac92f9423252f38d36729251631aa38 | [log] [tgz] |
---|---|---|
author | Lei Zhang <thestig@chromium.org> | Mon Jun 07 16:55:25 2021 +0000 |
committer | Pdfium LUCI CQ <pdfium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 07 16:55:25 2021 +0000 |
tree | d14282994bf52b65025f52a874bf290f94e368d5 | |
parent | bd4a89e2311567a7cce42c101359a211ff67e8cb [diff] [blame] |
Fix STL IWYU lint errors. Also use std::wstring in one place where appropriate. Change-Id: Idfc21a22af9619c927c1413fcff22a05da370c65 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/81474 Commit-Queue: Tom Sepez <tsepez@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org>
diff --git a/fpdfsdk/fpdf_signature_embeddertest.cpp b/fpdfsdk/fpdf_signature_embeddertest.cpp index e91d9c2..db31990 100644 --- a/fpdfsdk/fpdf_signature_embeddertest.cpp +++ b/fpdfsdk/fpdf_signature_embeddertest.cpp
@@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include <vector> + #include "public/fpdf_signature.h" #include "testing/embedder_test.h" #include "testing/fx_string_testhelpers.h"