lyxsum.C won't compile without this patch:

-- 
Kayvan A. Sylvan          | Proud husband of       | Father to my kids:
Sylvan Associates, Inc.   | Laura Isabella Sylvan  | Katherine Yelena (8/8/89)
http://sylvan.com/~kayvan | "crown of her husband" | Robin Gregory (2/28/92)
Index: src/support/lyxsum.C
===================================================================
RCS file: /cvs/lyx/lyx-devel/src/support/lyxsum.C,v
retrieving revision 1.23
diff -u -r1.23 lyxsum.C
--- src/support/lyxsum.C        2002/02/16 15:59:55     1.23
+++ src/support/lyxsum.C        2002/03/10 10:08:33
@@ -89,6 +89,10 @@
 } // namespace
 
 #if HAVE_DECL_ISTREAMBUF_ITERATOR
+using std::endl;
+using std::ifstream;
+using std::istreambuf_iterator;
+
 unsigned long lyx::sum(string const & file)
 {
        lyxerr[Debug::FILES] << "lyx::sum() using istreambuf_iterator (fast)"

Attachment: msg34196/pgp00000.pgp
Description: PGP signature

Reply via email to