blob: 6bc783ffca8dce20e3f8f18dfe760648b3b48676 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- ./classes/include/ArtsNetMatrixEntry.hh.orig Mon Oct 2 13:05:17 2000
+++ ./classes/include/ArtsNetMatrixEntry.hh Wed Sep 25 16:38:10 2002
@@ -51,9 +51,10 @@
}
#ifdef HAVE_IOSTREAM
- #include <iostream>
+# include <iostream>
+ using namespace std;
#else
- #include <iostream.h>
+# include <iostream.h>
#endif
#ifdef HAVE_IOMANIP
|