changeset 5769:2b9a5ce46678

[project @ 2006-04-18 15:57:06 by jwe]
author jwe
date Tue, 18 Apr 2006 15:57:06 +0000
parents 412f72146ab5
children 6a9244f89a2a
files src/ChangeLog src/help.cc
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,7 @@
 2006-04-18  John W. Eaton  <jwe@octave.org>
 
 	* help.cc (Flookfor): Add std qualifier to transform function.
+	Include <algorithm>, for transform decl.
 
 2006-04-16  John W. Eaton  <jwe@octave.org>
 
--- a/src/help.cc
+++ b/src/help.cc
@@ -28,6 +28,7 @@
 #include <cstdlib>
 #include <cstring>
 
+#include <algorithm>
 #include <iostream>
 #include <fstream>
 #include <sstream>