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