Author: sebor
Date: Fri Jun 29 17:35:39 2007
New Revision: 552072

URL: http://svn.apache.org/viewvc?view=rev&rev=552072
Log:
2007-06-29  Martin Sebor  <[EMAIL PROTECTED]>

        * 22.locale.globals.mt.cpp (<cwchar>): #included for mbstate_t.

Modified:
    incubator/stdcxx/trunk/tests/localization/22.locale.globals.mt.cpp

Modified: incubator/stdcxx/trunk/tests/localization/22.locale.globals.mt.cpp
URL: 
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/tests/localization/22.locale.globals.mt.cpp?view=diff&rev=552072&r1=552071&r2=552072
==============================================================================
--- incubator/stdcxx/trunk/tests/localization/22.locale.globals.mt.cpp 
(original)
+++ incubator/stdcxx/trunk/tests/localization/22.locale.globals.mt.cpp Fri Jun 
29 17:35:39 2007
@@ -28,6 +28,7 @@
 
 #include <locale>     // for locale
 
+#include <cwchar>     // for mbstate_t
 #include <cstring>    // for strlen()
 
 #include <rw_locale.h>


Reply via email to