summaryrefslogtreecommitdiff
path: root/gmpxx.h
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 /gmpxx.h
parentef05fb7df40b4e1161894ab1617ff09aab804661 (diff)
downloadgmp-fb2c12c3f29b35f2b5809e4bff6efce945eedbf6.tar.gz
* gmp-h.in, gmpxx.h: Use <iosfwd> not whole <iostream>.
Diffstat (limited to 'gmpxx.h')
-rw-r--r--gmpxx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gmpxx.h b/gmpxx.h
index fe240315b..bf91671e9 100644
--- a/gmpxx.h
+++ b/gmpxx.h
@@ -29,7 +29,7 @@ MA 02111-1307, USA. */
#define __GMP_PLUSPLUS__
#include <cctype>
-#include <iostream>
+#include <iosfwd>
#include <string>
#include <gmp.h>