summaryrefslogtreecommitdiff
path: root/gmp-h.in
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-10-27 01:31:05 +0200
committerKevin Ryde <user42@zip.com.au>2001-10-27 01:31:05 +0200
commitfb2c12c3f29b35f2b5809e4bff6efce945eedbf6 (patch)
tree9579368da4c702b33faca8e63f4317b9c2fe5f63 /gmp-h.in
parentef05fb7df40b4e1161894ab1617ff09aab804661 (diff)
downloadgmp-fb2c12c3f29b35f2b5809e4bff6efce945eedbf6.tar.gz
* gmp-h.in, gmpxx.h: Use <iosfwd> not whole <iostream>.
Diffstat (limited to 'gmp-h.in')
-rw-r--r--gmp-h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gmp-h.in b/gmp-h.in
index 7449dd743..bca04e5ad 100644
--- a/gmp-h.in
+++ b/gmp-h.in
@@ -2039,7 +2039,7 @@ mpn_sub_1 (mp_ptr dst, mp_srcptr src, mp_size_t size, mp_limb_t n)
/**************** C++ routines ****************/
#ifdef __cplusplus
-#include <iostream>
+#include <iosfwd>
std::ostream& __GMP_DECLSPEC operator<< (std::ostream &o, mpz_srcptr z);
std::ostream& __GMP_DECLSPEC operator<< (std::ostream &o, mpq_srcptr q);
std::ostream& __GMP_DECLSPEC operator<< (std::ostream &o, mpf_srcptr f);