changeset 4383:26f74e9fd8a5

[project @ 2003-04-22 19:10:40 by jwe]
author jwe
date Tue, 22 Apr 2003 19:10:40 +0000
parents f8373733d8f9
children f1fcc371e5ef
files src/ChangeLog src/file-io.cc
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Tue Apr 22 18:02:48 2003 +0000
+++ b/src/ChangeLog	Tue Apr 22 19:10:40 2003 +0000
@@ -1,3 +1,7 @@
+2003-04-22  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* file-io.cc: Include <memory> for auto_ptr.
+
 2003-04-18  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* toplev.cc (octave_config_info): Delete LIBKPATHSEA from struct.
--- a/src/file-io.cc	Tue Apr 22 18:02:48 2003 +0000
+++ b/src/file-io.cc	Tue Apr 22 19:10:40 2003 +0000
@@ -42,6 +42,7 @@
 #include <cerrno>
 
 #include <iostream>
+#include <memory>
 
 #ifdef HAVE_UNISTD_H
 #ifdef HAVE_SYS_TYPES_H