summaryrefslogtreecommitdiff
path: root/net/arts++/files/patch-classes::include::ArtsNetMatrixEntry.hh
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-07-18 02:18:59 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-07-18 02:18:59 +0000
commit8ea51524e6c5825ea5ffabd007f390162b2d2e24 (patch)
tree7c1ce870ba2ebef2f143a9287f7e4b0c9842bbed /net/arts++/files/patch-classes::include::ArtsNetMatrixEntry.hh
parentUpdate to 2.2.90. (diff)
Split mega-patch file patch-aa into individual patch files for easy
updating.
Diffstat (limited to 'net/arts++/files/patch-classes::include::ArtsNetMatrixEntry.hh')
-rw-r--r--net/arts++/files/patch-classes::include::ArtsNetMatrixEntry.hh15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/arts++/files/patch-classes::include::ArtsNetMatrixEntry.hh b/net/arts++/files/patch-classes::include::ArtsNetMatrixEntry.hh
new file mode 100644
index 000000000000..6bc783ffca8d
--- /dev/null
+++ b/net/arts++/files/patch-classes::include::ArtsNetMatrixEntry.hh
@@ -0,0 +1,15 @@
+--- ./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