#ifndef __STRINGUTILS_H #define __STRINGUTILS_H #include std::wstring s2ws( const std::string &s ); #endif