diff src/oct-stream.cc @ 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
line wrap: on
line diff
--- a/src/oct-stream.cc	Wed Feb 02 11:52:11 2000 +0000
+++ b/src/oct-stream.cc	Wed Feb 02 11:55:49 2000 +0000
@@ -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;