This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[v3] Add missing include to testcase


Hi,

committed to mainline.

Paolo.

//////////////////
2007-07-09  Paolo Carlini  <pcarlini@suse.de>

	* testsuite/27_io/ios_base/failure/what-1.cc: Include <stdexcept>.
Index: testsuite/27_io/ios_base/failure/what-1.cc
===================================================================
--- testsuite/27_io/ios_base/failure/what-1.cc	(revision 126488)
+++ testsuite/27_io/ios_base/failure/what-1.cc	(working copy)
@@ -23,6 +23,7 @@
 
 #include <string>
 #include <ios>
+#include <stdexcept>
 #include <cstring>
 #include <testsuite_hooks.h>
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]