#ifndef TYPEDEFS_H #define TYPEDEFS_H #include #include #include #include typedef std::wstring mystring; typedef std::set stringSet; typedef std::map stringMap; typedef std::list stringList; #endif