summaryrefslogtreecommitdiff
path: root/cxx/osmpz.cc
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-10-03 23:23:45 +0200
committerKevin Ryde <user42@zip.com.au>2001-10-03 23:23:45 +0200
commit10a78a0de99d677b97f2347ec86653c5f3d646b3 (patch)
tree0e679cbdb86c63bc9dbe4353dfb9b49c88b6ce35 /cxx/osmpz.cc
parent51f740d4d6728097d6f9360c0a51f81113d61f2c (diff)
downloadgmp-10a78a0de99d677b97f2347ec86653c5f3d646b3.tar.gz
Correction, <iostream> not <iostream.h>:
* cxx/Makefile.am, cxx/Makefile.in, cxx/osdoprnti.cc, cxx/osfuns.cc, cxx/osmpf.cc, cxx/osmpq.cc, cxx/osmpz.cc: New files.
Diffstat (limited to 'cxx/osmpz.cc')
-rw-r--r--cxx/osmpz.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cxx/osmpz.cc b/cxx/osmpz.cc
index 6ebd455ac..9ed987d51 100644
--- a/cxx/osmpz.cc
+++ b/cxx/osmpz.cc
@@ -19,7 +19,7 @@ along with the GNU MP Library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA. */
-#include <iostream.h>
+#include <iostream>
#include <stdarg.h> /* for va_list and hence doprnt_funs_t */
#include <string.h>