blob: 36ca49d7b4c6491afde13db2f75ce1cfa96f0ce6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- ./classes/include/ArtsRttTimeSeriesTableData.hh.orig Thu Oct 19 19:37:14 2000
+++ ./classes/include/ArtsRttTimeSeriesTableData.hh Wed Sep 25 16:38:10 2002
@@ -47,7 +47,15 @@
#include <sys/time.h>
#include "caida_t.h"
+#include "artslocal.h"
}
+
+#ifdef HAVE_IOSTREAM
+# include <iostream>
+ using namespace std;
+#else
+# include <iostream.h>
+#endif
#include <vector>
|