#pragma once #include namespace string_utils { std::wstring string_to_wstring(const std::string& str); }