changeset 6059:8fd77759707c

[project @ 2006-10-18 02:21:22 by jwe]
author jwe
date Wed, 18 Oct 2006 02:21:22 +0000
parents cb4324a4fbb5
children ced23ae2b5cc
files liboctave/ChangeLog src/ChangeLog src/oct-map.h
diffstat 3 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/ChangeLog	Wed Oct 18 02:16:07 2006 +0000
+++ b/liboctave/ChangeLog	Wed Oct 18 02:21:22 2006 +0000
@@ -1,7 +1,9 @@
-2006-10-13  Michael Goffioul  <michael.goffioul@swing.be>
+2006-10-17  Michael Goffioul  <michael.goffioul@swing.be>
 
 	* oct-types.h.in: Include limits.h, for CHAR_BIT.
 
+2006-10-13  Michael Goffioul  <michael.goffioul@swing.be>
+
 	* Makefile.in: Adapt rules to use $(LIBPRE).
 
 2006-10-03  David Bateman <dbateman@free.fr>
--- a/src/ChangeLog	Wed Oct 18 02:16:07 2006 +0000
+++ b/src/ChangeLog	Wed Oct 18 02:21:22 2006 +0000
@@ -1,3 +1,7 @@
+2006-10-17  Michael Goffioul  <michael.goffioul@swing.be>
+
+	* oct-map.h: Include <algorithm>.
+
 2006-10-16  John W. Eaton  <jwe@octave.org>
 
 	* oct-stream.cc (octave_stream_list::do_remove): Handle "all" as a
--- a/src/oct-map.h	Wed Oct 18 02:16:07 2006 +0000
+++ b/src/oct-map.h	Wed Oct 18 02:21:22 2006 +0000
@@ -24,6 +24,7 @@
 #if !defined (octave_oct_map_h)
 #define octave_oct_map_h 1
 
+#include <algorithm>
 #include <map>
 
 #include "Cell.h"