diff options
Diffstat (limited to 'net/arts++/files/patch-classes::include::ArtsAsMatrixData.hh')
-rw-r--r-- | net/arts++/files/patch-classes::include::ArtsAsMatrixData.hh | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/arts++/files/patch-classes::include::ArtsAsMatrixData.hh b/net/arts++/files/patch-classes::include::ArtsAsMatrixData.hh new file mode 100644 index 000000000000..8f6569fa5651 --- /dev/null +++ b/net/arts++/files/patch-classes::include::ArtsAsMatrixData.hh @@ -0,0 +1,15 @@ +--- ./classes/include/ArtsAsMatrixData.hh.orig Mon Oct 2 13:05:14 2000 ++++ ./classes/include/ArtsAsMatrixData.hh Wed Sep 25 16:38:10 2002 +@@ -52,11 +52,10 @@ + + #ifdef HAVE_IOSTREAM + #include <iostream> ++ using namespace std; + #else + #include <iostream.h> + #endif +-// #include <istream.h> +-// #include <ostream.h> + #include <algorithm> + + #include "ArtsAsMatrixEntry.hh" |