Index: src/chext/HResultFormatter.cpp
===================================================================
diff -u -N -rb26ced3298e3e7e51d91f3ac70b56746786da83b -r0d5b67ee96b435d63f7bf075dc8e28603793b187
--- src/chext/HResultFormatter.cpp	(.../HResultFormatter.cpp)	(revision b26ced3298e3e7e51d91f3ac70b56746786da83b)
+++ src/chext/HResultFormatter.cpp	(.../HResultFormatter.cpp)	(revision 0d5b67ee96b435d63f7bf075dc8e28603793b187)
@@ -40,7 +40,7 @@
 
 	default:
 		{
-			chcore::TString strDesc = chcore::TWin32ErrorFormatter::FormatWin32ErrorCodeWithFallback(hResult, nullptr, false);
+			string::TString strDesc = chcore::TWin32ErrorFormatter::FormatWin32ErrorCodeWithFallback(hResult, nullptr, false);
 			if(!strDesc.IsEmpty())
 				wstr << L" (" << strDesc.c_str() << ")";
 		}