# HG changeset patch # User jwe # Date 1193072141 0 # Node ID 845ca0affec071b341e1d509c96f8fd84f6a3bd4 # Parent d00f05fb810588e321e212a7b9105cff6051656e [project @ 2007-10-22 16:55:41 by jwe] diff -r d00f05fb8105 -r 845ca0affec0 doc/ChangeLog --- a/doc/ChangeLog Mon Oct 22 14:09:54 2007 +0000 +++ b/doc/ChangeLog Mon Oct 22 16:55:41 2007 +0000 @@ -1,3 +1,7 @@ +2007-10-22 Kim Hansen + + * interpreter/munge-texi.cc: Include and . + 2007-10-19 David Bateman * refcard/refcard.tex: Update for 3.0. diff -r d00f05fb8105 -r 845ca0affec0 doc/interpreter/munge-texi.cc --- a/doc/interpreter/munge-texi.cc Mon Oct 22 14:09:54 2007 +0000 +++ b/doc/interpreter/munge-texi.cc Mon Oct 22 16:55:41 2007 +0000 @@ -30,6 +30,9 @@ #include #include +#include +#include + static const char doc_delim = ''; static std::map help_text; diff -r d00f05fb8105 -r 845ca0affec0 liboctave/ChangeLog --- a/liboctave/ChangeLog Mon Oct 22 14:09:54 2007 +0000 +++ b/liboctave/ChangeLog Mon Oct 22 16:55:41 2007 +0000 @@ -1,3 +1,8 @@ +2007-10-22 Kim Hansen + + * chMatrix.cc, lo-utils.cc, oct-env.cc, oct-uname.cc, + sparse-sort.cc: Include . + 2007-10-17 John W. Eaton * oct-sparse.h: Don't include metis.h. diff -r d00f05fb8105 -r 845ca0affec0 liboctave/chMatrix.cc --- a/liboctave/chMatrix.cc Mon Oct 22 14:09:54 2007 +0000 +++ b/liboctave/chMatrix.cc Mon Oct 22 16:55:41 2007 +0000 @@ -26,6 +26,8 @@ #include #endif +#include + #include #include diff -r d00f05fb8105 -r 845ca0affec0 liboctave/lo-utils.cc --- a/liboctave/lo-utils.cc Mon Oct 22 14:09:54 2007 +0000 +++ b/liboctave/lo-utils.cc Mon Oct 22 16:55:41 2007 +0000 @@ -29,6 +29,7 @@ #include #include #include +#include #include #include diff -r d00f05fb8105 -r 845ca0affec0 liboctave/oct-env.cc --- a/liboctave/oct-env.cc Mon Oct 22 14:09:54 2007 +0000 +++ b/liboctave/oct-env.cc Mon Oct 22 16:55:41 2007 +0000 @@ -43,6 +43,7 @@ #include #include +#include #include diff -r d00f05fb8105 -r 845ca0affec0 liboctave/oct-uname.cc --- a/liboctave/oct-uname.cc Mon Oct 22 14:09:54 2007 +0000 +++ b/liboctave/oct-uname.cc Mon Oct 22 16:55:41 2007 +0000 @@ -25,6 +25,7 @@ #endif #include +#include #ifdef HAVE_SYS_UTSNAME_H #include diff -r d00f05fb8105 -r 845ca0affec0 liboctave/sparse-sort.cc --- a/liboctave/sparse-sort.cc Mon Oct 22 14:09:54 2007 +0000 +++ b/liboctave/sparse-sort.cc Mon Oct 22 16:55:41 2007 +0000 @@ -26,6 +26,7 @@ #endif #include +#include #include "oct-sort.cc" #include "quit.h" diff -r d00f05fb8105 -r 845ca0affec0 src/ChangeLog --- a/src/ChangeLog Mon Oct 22 14:09:54 2007 +0000 +++ b/src/ChangeLog Mon Oct 22 16:55:41 2007 +0000 @@ -1,3 +1,7 @@ +2007-10-22 Kim Hansen + + * unwind-prot.cc: Include . + 2007-10-22 David Bateman * data.cc (Ftic, Ftoc, Fcputime): New builtin versions of the diff -r d00f05fb8105 -r 845ca0affec0 src/unwind-prot.cc --- a/src/unwind-prot.cc Mon Oct 22 14:09:54 2007 +0000 +++ b/src/unwind-prot.cc Mon Oct 22 16:55:41 2007 +0000 @@ -26,6 +26,7 @@ #endif #include +#include #include "CMatrix.h"