diff src/oct-fstrm.h @ 3775:13905c3a24af

[project @ 2001-02-06 01:56:59 by jwe]
author jwe
date Tue, 06 Feb 2001 01:57:06 +0000
parents 25e84fcef38a
children 6cb22b9e3942
line wrap: on
line diff
--- a/src/oct-fstrm.h	Mon Feb 05 16:54:04 2001 +0000
+++ b/src/oct-fstrm.h	Tue Feb 06 01:57:06 2001 +0000
@@ -24,6 +24,7 @@
 #define octave_octave_fstream_h 1
 
 #include <fstream>
+#include <string>
 
 #include "oct-stream.h"
 
@@ -44,7 +45,7 @@
 
   // Position a stream at OFFSET relative to ORIGIN.
 
-  int seek (std::streamoff offset, std::ios::seek_dir origin);
+  int seek (std::streamoff offset, std::ios::seekdir origin);
 
   // Return current stream position.