diff --git a/open-vm-tools/services/plugins/dndcp/stringxx/string.hh b/open-vm-tools/services/plugins/dndcp/stringxx/string.hh index ec60f5bfa..6424daa63 100644 --- a/open-vm-tools/services/plugins/dndcp/stringxx/string.hh +++ b/open-vm-tools/services/plugins/dndcp/stringxx/string.hh @@ -87,7 +87,7 @@ namespace utf { * to replace the std::string in our codebase. */ typedef std::string utf8string; -typedef std::basic_string utf16string; +typedef std::u16string utf16string; class VMSTRING_EXPORT string {