changeset 6948:755222bd2dbf

[project @ 2007-10-03 16:50:37 by jwe]
author jwe
date Wed, 03 Oct 2007 16:50:37 +0000
parents 4b41514e5ef0
children 88df962dc296
files src/ChangeLog src/DLD-FUNCTIONS/typecast.cc
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed Oct 03 14:47:32 2007 +0000
+++ b/src/ChangeLog	Wed Oct 03 16:50:37 2007 +0000
@@ -1,3 +1,7 @@
+2007-10-03  Michael Goffioul <michael.goffioul@gmail.com>
+
+	* DLD-FUNCTIONS/typecast.cc: Include <algorithm>.
+
 2007-10-03  John W. Eaton  <jwe@octave.org>
 
 	* oct-map.cc (Octave_map::Octave_map (const dim_vector&, 
--- a/src/DLD-FUNCTIONS/typecast.cc	Wed Oct 03 14:47:32 2007 +0000
+++ b/src/DLD-FUNCTIONS/typecast.cc	Wed Oct 03 16:50:37 2007 +0000
@@ -25,6 +25,7 @@
 #include <config.h>
 #endif
 
+#include <algorithm>
 #include <string>
 
 #include "oct.h"