summaryrefslogtreecommitdiff
path: root/net/arts++/files/patch-classes::include::ArtsAsMatrixEntry.hh
diff options
context:
space:
mode:
Diffstat (limited to 'net/arts++/files/patch-classes::include::ArtsAsMatrixEntry.hh')
-rw-r--r--net/arts++/files/patch-classes::include::ArtsAsMatrixEntry.hh16
1 files changed, 16 insertions, 0 deletions
diff --git a/net/arts++/files/patch-classes::include::ArtsAsMatrixEntry.hh b/net/arts++/files/patch-classes::include::ArtsAsMatrixEntry.hh
new file mode 100644
index 000000000000..ac57c748e3a9
--- /dev/null
+++ b/net/arts++/files/patch-classes::include::ArtsAsMatrixEntry.hh
@@ -0,0 +1,16 @@
+--- ./classes/include/ArtsAsMatrixEntry.hh.orig Mon Oct 2 13:05:14 2000
++++ ./classes/include/ArtsAsMatrixEntry.hh Wed Sep 25 16:38:10 2002
+@@ -50,7 +50,12 @@
+ #include "caida_t.h"
+ }
+
+-#include <ostream.h>
++#ifdef HAVE_IOSTREAM
++# include <iostream>
++ using namespace std;
++#else
++# include <iostream.h>
++#endif
+
+ #ifdef HAVE_IOMANIP
+ #include <iomanip>