This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[v3] Add missing include to testcase
- From: Paolo Carlini <pcarlini at suse dot de>
- To: "'gcc-patches at gcc dot gnu dot org'" <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 09 Jul 2007 21:15:11 +0200
- Subject: [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>