diff src/oct-strstrm.h @ 2445:6577af9f7504

[project @ 1996-10-30 19:01:57 by jwe]
author jwe
date Wed, 30 Oct 1996 19:06:04 +0000
parents 8c09c04f7747
children 8125b6f9c134
line wrap: on
line diff
--- a/src/oct-strstrm.h	Wed Oct 30 18:55:40 1996 +0000
+++ b/src/oct-strstrm.h	Wed Oct 30 19:06:04 1996 +0000
@@ -23,7 +23,8 @@
 #if !defined (octave_octave_strstream_h)
 #define octave_octave_strstream_h 1
 
-#include <string.h>
+#include <string>
+
 #include <strstream.h>
 
 #include "oct-stream.h"