summaryrefslogtreecommitdiff
path: root/net-mgmt/arts++/files/patch-classes::include::ArtsAsMatrixEntry.hh
blob: ac57c748e3a9364b77fa496389f96fdc1883cb23 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- ./classes/include/ArtsAsMatrixEntry.hh.orig	Mon Oct  2 13:05:14 2000
+++ ./classes/include/ArtsAsMatrixEntry.hh	Wed Sep 25 16:38:10 2002
@@ -50,7 +50,12 @@
 #include "caida_t.h"
 }
 
-#include <ostream.h>
+#ifdef HAVE_IOSTREAM
+# include <iostream>
+  using namespace std;
+#else
+# include <iostream.h>
+#endif
 
 #ifdef HAVE_IOMANIP
   #include <iomanip>