#ifndef __SG_FSTREAM #define __SG_FSTREAM 1 # include # include # if defined(sgi) && !defined(__GNUC__) namespace std { using ::fstream; }; # endif #endif // !__SG_FSTREAM