diff doc/interpreter/munge-texi.cc @ 4279:64c444ac1fee

[project @ 2003-01-04 01:10:25 by jwe]
author jwe
date Sat, 04 Jan 2003 01:10:26 +0000
parents bc6059c5ddc7
children 985bfd9b7dee
line wrap: on
line diff
--- a/doc/interpreter/munge-texi.cc	Sat Jan 04 00:43:48 2003 +0000
+++ b/doc/interpreter/munge-texi.cc	Sat Jan 04 01:10:26 2003 +0000
@@ -20,6 +20,10 @@
 
 */
 
+#if defined (__DECCXX)
+#define __USE_STD_IOSTREAM
+#endif
+
 #include <cctype>
 #include <iostream>
 #include <fstream>