blob: 732173383372bb61e519e838b993f4747377994b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- ./classes/include/ArtsInterfaceMatrixData.hh.orig Mon Oct 2 13:05:16 2000
+++ ./classes/include/ArtsInterfaceMatrixData.hh Wed Sep 25 16:38:10 2002
@@ -44,15 +44,17 @@
#define ARTSINTERFACEMATRIXDATA_HH_
extern "C" {
+#include "artslocal.h"
#include "caida_t.h"
}
#include <vector>
#ifdef HAVE_IOSTREAM
- #include <iostream>
+# include <iostream>
+ using namespace std;
#else
- #include <iostream.h>
+# include <iostream.h>
#endif
#include <algorithm>
|