#ifndef __SG_STRSTREAM #define __SG_STRSTREAM 1 # include # if defined(sgi) && !defined(__GNUC__) namespace std { using ::ends; using ::strstream; using ::istrstream; using ::ostrstream; }; # endif #endif // !__SG_STRSTREAM