--- ./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 -#include -#include + +#ifdef HAVE_IOSTREAM +# include +using namespace std; +#else +# include +# include +#endif #include "ArtsNetMatrixEntry.hh"