Bring out of the attic

This commit is contained in:
Steve Checkoway
2003-11-25 16:06:46 +00:00
parent 821c5f5f75
commit 2acd0755d0
+4
View File
@@ -0,0 +1,4 @@
// Just a missing template
#include <string>
template class std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >;