changeset 4052:c2562b2593e2

[project @ 2002-08-17 22:15:13 by jwe]
author jwe
date Sat, 17 Aug 2002 22:15:13 +0000
parents b79da8779a0e
children 1fb249b4d1bb
files src/ChangeLog src/DLD-FUNCTIONS/dasrt.cc
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sat Aug 17 19:38:33 2002 +0000
+++ b/src/ChangeLog	Sat Aug 17 22:15:13 2002 +0000
@@ -1,5 +1,7 @@
 2002-08-17  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
+	* DLD-FUNCTIONS/dasrt.cc: Include <iostream> not <iostream.h>.
+
 	* pager.h: Include lo-sstream.h and use macros instead of using
 	strstreambuf class directly.
 
--- a/src/DLD-FUNCTIONS/dasrt.cc	Sat Aug 17 19:38:33 2002 +0000
+++ b/src/DLD-FUNCTIONS/dasrt.cc	Sat Aug 17 22:15:13 2002 +0000
@@ -24,10 +24,9 @@
 #include <config.h>
 #endif
 
+#include <iostream>
 #include <string>
 
-#include <iostream.h>
-
 #include "DASRT.h"
 #include "lo-mappers.h"