char/31031.cc: Include the right header.

2007-03-04  Paolo Carlini  <pcarlini@suse.de>

	* testsuite/27_io/basic_ostream/inserters_arithmetic/
	char/31031.cc: Include the right header.

From-SVN: r122539
This commit is contained in:
Paolo Carlini 2007-03-05 01:45:14 +00:00 committed by Paolo Carlini
parent b4d4015061
commit 2881894e00
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-03-04 Paolo Carlini <pcarlini@suse.de>
* testsuite/27_io/basic_ostream/inserters_arithmetic/
char/31031.cc: Include the right header.
2007-03-04 Benjamin Kosnik <bkoz@redhat.com>
* acinclude.m4 (GLIBCXX_ENABLE_CHEADERS): Add c_global.

View file

@ -20,7 +20,7 @@
// the Free Software Foundation, 51 Franklin Street, Fifth Floor,
// Boston, MA 02110-1301, USA.
#include <iostream>
#include <sstream>
class MyClass
{