summaryrefslogtreecommitdiff
path: root/net/arts++/files/patch-classes::include::ArtsNetMatrixData.hh
diff options
context:
space:
mode:
Diffstat (limited to 'net/arts++/files/patch-classes::include::ArtsNetMatrixData.hh')
-rw-r--r--net/arts++/files/patch-classes::include::ArtsNetMatrixData.hh24
1 files changed, 24 insertions, 0 deletions
diff --git a/net/arts++/files/patch-classes::include::ArtsNetMatrixData.hh b/net/arts++/files/patch-classes::include::ArtsNetMatrixData.hh
new file mode 100644
index 000000000000..4dc3f0abfd89
--- /dev/null
+++ b/net/arts++/files/patch-classes::include::ArtsNetMatrixData.hh
@@ -0,0 +1,24 @@
+--- ./classes/include/ArtsNetMatrixData.hh.orig Mon Oct 2 13:05:17 2000
++++ ./classes/include/ArtsNetMatrixData.hh Wed Sep 25 16:38:10 2002
+@@ -44,12 +44,19 @@
+ #define ARTSNETMATRIXDATA_HH_
+
+ extern "C" {
++#include "artslocal.h"
+ #include "caida_t.h"
+ }
+
+ #include <vector>
+-#include <istream.h>
+-#include <ostream.h>
++
++#ifdef HAVE_IOSTREAM
++# include <iostream>
++using namespace std;
++#else
++# include <istream.h>
++# include <ostream.h>
++#endif
+
+ #include "ArtsNetMatrixEntry.hh"
+