On Thu, Oct 02, 2003 at 05:05:30PM +0200, Lars Gullik Bjønnes spake thusly:
> 
> Martin Vermeer <[EMAIL PROTECTED]> writes:

...
 
> -- 
>       Lgb

New sanitized patch attached. OK to commit?

- Martin

-- 
Martin Vermeer  [EMAIL PROTECTED]
Helsinki University of Technology 
Dept. of Surveying, Inst. of Geodesy
P.O. Box 1200, FIN-02015 HUT, Finland
:wq
Index: src/graph.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/graph.C,v
retrieving revision 1.10
diff -u -p -r1.10 graph.C
--- src/graph.C 8 Sep 2003 09:51:40 -0000       1.10
+++ src/graph.C 6 Oct 2003 08:01:40 -0000
@@ -16,6 +16,7 @@
 #include <algorithm>
 
 using std::vector;
+using std::reverse;
 
 
 int Graph::bfs_init(int s, bool clear_visited)
Index: src/paragraph_pimpl.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/paragraph_pimpl.C,v
retrieving revision 1.84
diff -u -p -r1.84 paragraph_pimpl.C
--- src/paragraph_pimpl.C       16 Sep 2003 14:08:05 -0000      1.84
+++ src/paragraph_pimpl.C       6 Oct 2003 08:01:41 -0000
@@ -31,6 +31,7 @@ using lyx::pos_type;
 
 using std::endl;
 using std::upper_bound;
+using std::lower_bound;
 
 using std::ostream;
 
Index: src/mathed/math_cursor.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/math_cursor.C,v
retrieving revision 1.359
diff -u -p -r1.359 math_cursor.C
--- src/mathed/math_cursor.C    30 Sep 2003 07:58:03 -0000      1.359
+++ src/mathed/math_cursor.C    6 Oct 2003 08:01:41 -0000
@@ -36,7 +36,9 @@
 //#define FILEDEBUG 1
 
 using std::endl;
+#ifndef CXX_GLOBAL_CSTD
 using std::isalpha;
+#endif
 using std::min;
 using std::swap;
 
Index: src/mathed/math_parser.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/math_parser.C,v
retrieving revision 1.291
diff -u -p -r1.291 math_parser.C
--- src/mathed/math_parser.C    9 Sep 2003 17:25:33 -0000       1.291
+++ src/mathed/math_parser.C    6 Oct 2003 08:01:41 -0000
@@ -65,7 +65,9 @@ following hack as starting point to writ
 #include "support/std_sstream.h"
 #include "debug.h"
 
+#ifndef CXX_GLOBAL_CSTD
 using std::atoi;
+#endif
 using std::endl;
 using std::fill;
 
Index: src/mathed/math_sizeinset.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/math_sizeinset.C,v
retrieving revision 1.40
diff -u -p -r1.40 math_sizeinset.C
--- src/mathed/math_sizeinset.C 8 Sep 2003 00:33:40 -0000       1.40
+++ src/mathed/math_sizeinset.C 6 Oct 2003 08:01:41 -0000
@@ -17,7 +17,9 @@
 #include "math_streamstr.h"
 #include "support/std_ostream.h"
 
+#ifndef CXX_GLOBAL_CSTD
 using std::atoi;
+#endif
 
 using std::auto_ptr;
 
Index: src/mathed/math_streamstr.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/math_streamstr.C,v
retrieving revision 1.17
diff -u -p -r1.17 math_streamstr.C
--- src/mathed/math_streamstr.C 5 Sep 2003 16:18:57 -0000       1.17
+++ src/mathed/math_streamstr.C 6 Oct 2003 08:01:41 -0000
@@ -12,7 +12,7 @@
 
 #include "math_streamstr.h"
 #include "math_mathmlstream.h"
-
+#include "support/std_ostream.h"
 
 WriteStream & operator<<(WriteStream & ws, string const & s)
 {
Index: src/support/lstrings.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/support/lstrings.C,v
retrieving revision 1.80
diff -u -p -r1.80 lstrings.C
--- src/support/lstrings.C      25 Sep 2003 23:01:43 -0000      1.80
+++ src/support/lstrings.C      6 Oct 2003 08:01:42 -0000
@@ -20,6 +20,7 @@
 #include "tostr.h"
 
 #include <boost/tokenizer.hpp>
+#include <boost/assert.hpp>
 
 #include <algorithm>
 

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to