Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Unified Diff: third_party/bigint/BigIntegerUtils.hh

Issue 1510353003: Remove static initializer from BigIntegerUtils.cc (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/bigint/BigIntegerUtils.hh
diff --git a/third_party/bigint/BigIntegerUtils.hh b/third_party/bigint/BigIntegerUtils.hh
index d2f81f48aba8f7453db65d930370d5a933a231d6..999cdd260a4848a4b176bb4b12b3c9208b005b31 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698