summaryrefslogtreecommitdiff
path: root/net-mgmt/arts++/files/patch-classes::include::ArtsNetMatrixData.hh
blob: 4dc3f0abfd89f64e08a7599f1aa4caf9e55b94e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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"