summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-12-03 23:26:39 +0100
committerKevin Ryde <user42@zip.com.au>2001-12-03 23:26:39 +0100
commitecf8ba72dc72d85a3154b98ad6bef1f9178f0466 (patch)
tree20a3bc7130c547d43d52c1433f37855bebe7317d
parent12cc48ece00657358a2c89c5b9b2b5622f3cbce6 (diff)
downloadgmp-ecf8ba72dc72d85a3154b98ad6bef1f9178f0466.tar.gz
* gmpxx.h: Add <strstream>, needed by mpf_class::get_str2.
-rw-r--r--gmpxx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gmpxx.h b/gmpxx.h
index b521d2f63..2911d4f63 100644
--- a/gmpxx.h
+++ b/gmpxx.h
@@ -36,7 +36,7 @@ MA 02111-1307, USA. */
#include <iostream>
#include <string>
-// #include <strstream>
+#include <strstream> // for mpf_class::get_str2
#include <gmp.h>