
#ifndef __SG_FSTREAM
#define __SG_FSTREAM 1

# if defined(sgi) && !defined(__GNUC__)

# include <fstream.h>

  namespace std {
    using ::fstream;
    using ::ofstream;
    using ::ifstream;
  };


# endif

#endif // !__SG_FSTREAM

