00001 #ifndef __streambuf_h__ 00002 #define __streambuf_h__ 00003 00004 #ifdef GCC4 00005 #include <streambuf> 00006 using namespace std; 00007 #endif 00008 00009 #endif