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  <[EMAIL PROTECTED]>

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


Reply via email to