You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by an...@apache.org on 2006/06/21 17:17:12 UTC

svn commit: r416005 - /incubator/stdcxx/trunk/tests/strings/21.string.rfind.cpp

Author: antonp
Date: Wed Jun 21 08:17:10 2006
New Revision: 416005

URL: http://svn.apache.org/viewvc?rev=416005&view=rev
Log:
2006-06-21  Anton Pevtsov  <an...@moscow.vdiweb.com>

	* 21.string.rfind.cpp: Added missed header <exception>

Modified:
    incubator/stdcxx/trunk/tests/strings/21.string.rfind.cpp

Modified: incubator/stdcxx/trunk/tests/strings/21.string.rfind.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/tests/strings/21.string.rfind.cpp?rev=416005&r1=416004&r2=416005&view=diff
==============================================================================
--- incubator/stdcxx/trunk/tests/strings/21.string.rfind.cpp (original)
+++ incubator/stdcxx/trunk/tests/strings/21.string.rfind.cpp Wed Jun 21 08:17:10 2006
@@ -27,6 +27,7 @@
 
 #include <string>           // for string
 #include <cstdlib>          // for free(), size_t
+#include <exception>        // for exception
 
 #include <21.strings.h>     // for StringIds
 #include <driver.h>         // for rw_test()