#ifndef __TSTRING_H__ # define __TSTRING_H__ #include #include #include namespace std { typedef basic_string, allocator > tstring; } #endif // __TSTRING_H__