diff options
Diffstat (limited to 'net/arts++/files/patch-classes::include::ArtsPortMatrixEntry.hh')
-rw-r--r-- | net/arts++/files/patch-classes::include::ArtsPortMatrixEntry.hh | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/net/arts++/files/patch-classes::include::ArtsPortMatrixEntry.hh b/net/arts++/files/patch-classes::include::ArtsPortMatrixEntry.hh deleted file mode 100644 index d099e0d46687..000000000000 --- a/net/arts++/files/patch-classes::include::ArtsPortMatrixEntry.hh +++ /dev/null @@ -1,23 +0,0 @@ ---- ./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 - - //--------------------------------------------------------------------------- |