summaryrefslogtreecommitdiff
path: root/gmp-impl.h
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2001-10-09 15:11:43 +0200
committertege <tege@gmplib.org>2001-10-09 15:11:43 +0200
commit99d4783a3072c9dedfd65de3ed4bda07448f0f23 (patch)
tree68acd374993fb84c367b269300d08cb76b660632 /gmp-impl.h
parent7c2f32baa28edd45da382580de872b201e643f59 (diff)
downloadgmp-99d4783a3072c9dedfd65de3ed4bda07448f0f23.tar.gz
Declare class string.
Diffstat (limited to 'gmp-impl.h')
-rw-r--r--gmp-impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gmp-impl.h b/gmp-impl.h
index daa5c12ef..d755ef341 100644
--- a/gmp-impl.h
+++ b/gmp-impl.h
@@ -2398,6 +2398,7 @@ class gmp_allocated_string {
};
class ios;
+class string;
class istream;
int __gmp_istream_set_base (istream &, char &, bool &, bool &);
void __gmp_istream_set_digits (string &, istream &, char &, bool &, int);