You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by se...@apache.org on 2007/06/30 02:35:39 UTC

svn commit: r552072 - /incubator/stdcxx/trunk/tests/localization/22.locale.globals.mt.cpp

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  <se...@roguewave.com>

	* 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>