--- ./apps/artsportms/artsportms.cc.orig Mon Oct 2 13:05:12 2000 +++ ./apps/artsportms/artsportms.cc Wed Sep 25 16:38:09 2002 @@ -51,13 +51,21 @@ #include } -#include -#include - #include "ArtsPortMatrix.hh" #include "ArtsIfIndexSelectionSet.hh" #include "ArtsTimeIntervalSelectionSet.hh" #include "ArtsPackageVersion.hh" + +#ifdef HAVE_FSTREAM +# include +# include + using namespace std; +#else +# include +#endif + +#include + #ifndef NDEBUG #include "ArtsDebug.hh"