diff options
Diffstat (limited to 'net/arts++/files/patch-classes::include::ArtsNetMatrixEntry.hh')
-rw-r--r-- | net/arts++/files/patch-classes::include::ArtsNetMatrixEntry.hh | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net/arts++/files/patch-classes::include::ArtsNetMatrixEntry.hh b/net/arts++/files/patch-classes::include::ArtsNetMatrixEntry.hh deleted file mode 100644 index 6bc783ffca8d..000000000000 --- a/net/arts++/files/patch-classes::include::ArtsNetMatrixEntry.hh +++ /dev/null @@ -1,15 +0,0 @@ ---- ./classes/include/ArtsNetMatrixEntry.hh.orig Mon Oct 2 13:05:17 2000 -+++ ./classes/include/ArtsNetMatrixEntry.hh Wed Sep 25 16:38:10 2002 -@@ -51,9 +51,10 @@ - } - - #ifdef HAVE_IOSTREAM -- #include <iostream> -+# include <iostream> -+ using namespace std; - #else -- #include <iostream.h> -+# include <iostream.h> - #endif - - #ifdef HAVE_IOMANIP |