diff options
-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 |