From 465ed873abc829e9dda39f30c8679d2d18721f62 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Wed, 9 Dec 2015 14:55:41 -0800 Subject: XFA: Fix win8 gn build under chromium checkout (non-xfa) The no nominmax config was lost when moving from master. Fix a few other small differences along the way, and fully conditionalize the build of tiff. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1514633002 . --- third_party/bigint/BigIntegerUtils.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'third_party/bigint') diff --git a/third_party/bigint/BigIntegerUtils.cc b/third_party/bigint/BigIntegerUtils.cc index 2629028355..f48334d961 100644 --- a/third_party/bigint/BigIntegerUtils.cc +++ b/third_party/bigint/BigIntegerUtils.cc @@ -43,6 +43,7 @@ std::ostream &operator <<(std::ostream &os, const BigUnsigned &x) { os << '0'; } else abort(); + std::string s = std::string(BigUnsignedInABase(x, base)); os << s; return os; -- cgit v1.2.3