diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-12-09 15:07:04 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-12-09 15:07:04 -0800 |
commit | b3e2d4ae6c0c9a32c4616acc71cad4751c210ae0 (patch) | |
tree | 17bdc332e7bb293e4fa3ef1b534bb83631cbf084 /third_party/bigint | |
parent | 465ed873abc829e9dda39f30c8679d2d18721f62 (diff) | |
download | pdfium-b3e2d4ae6c0c9a32c4616acc71cad4751c210ae0.tar.xz |
Merge to XFA: Remove static initializer from BigIntegerUtils.cc
Original Review URL: https://codereview.chromium.org/1510353003 .
(cherry picked from commit 0c92bed7ade20fe193dce0a481dad48e1be41622)
TBR=dpranke@chromium.org
BUG=559766
Review URL: https://codereview.chromium.org/1505993008 .
Diffstat (limited to 'third_party/bigint')
-rw-r--r-- | third_party/bigint/BigIntegerUtils.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/bigint/BigIntegerUtils.hh b/third_party/bigint/BigIntegerUtils.hh index d2f81f48ab..999cdd260a 100644 --- a/third_party/bigint/BigIntegerUtils.hh +++ b/third_party/bigint/BigIntegerUtils.hh @@ -9,7 +9,7 @@ #include "BigInteger.hh" #include <string> -#include <iostream> +#include <ostream> /* This file provides: * - Convenient std::string <-> BigUnsigned/BigInteger conversion routines |