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