changeset 3535:c5ebcd5d25a9

[project @ 2000-02-02 11:55:49 by jwe]
author jwe
date Wed, 02 Feb 2000 11:55:49 +0000
parents 096ad38d7ab5
children e8fbc8c3d6d9
files src/defaults.cc src/oct-stream.cc
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/defaults.cc
+++ b/src/defaults.cc
@@ -83,7 +83,7 @@
 std::string Vlocal_site_defaults_file;
 std::string Vsite_defaults_file;
 
-static string
+static std::string
 subst_octave_home (const std::string& s)
 {
   std::string retval;
--- a/src/oct-stream.cc
+++ b/src/oct-stream.cc
@@ -29,6 +29,7 @@
 
 #include <iomanip>
 #include <strstream>
+#include <string>
 
 #include "lo-ieee.h"
 #include "lo-mappers.h"
@@ -274,7 +275,7 @@
     }
 }
 
-static string
+static std::string
 expand_char_class (const std::string& s)
 {
   std::string retval;