commit | 740b1311f01a4272c9a066185ecbb8fe421fd20b | [log] [tgz] |
---|---|---|
author | Lei Zhang <thestig@chromium.org> | Thu Apr 29 18:08:12 2021 +0000 |
committer | Chromium commit bot <commit-bot@chromium.org> | Thu Apr 29 18:08:12 2021 +0000 |
tree | 89c3574358fc89a5523a973a41394a6b7f68ed8f | |
parent | f115a5253d0699082058a1586d6b63fa998ba39e [diff] [blame] |
Use iosfwd in more headers. Forward declaring shaves compilation costs down 1%. Change-Id: Iea0c1d73db25327ebd4de8e895f912181774a670 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/79991 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
diff --git a/testing/fx_string_testhelpers.cpp b/testing/fx_string_testhelpers.cpp index 23a8e98..51983de 100644 --- a/testing/fx_string_testhelpers.cpp +++ b/testing/fx_string_testhelpers.cpp
@@ -6,6 +6,7 @@ #include <iomanip> #include <ios> +#include <ostream> #include "core/fxcrt/cfx_datetime.h" #include "core/fxcrt/fx_string.h"