mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
b4d4015061
commit
2881894e00
|
|
@ -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>
|
2007-03-04 Benjamin Kosnik <bkoz@redhat.com>
|
||||||
|
|
||||||
* acinclude.m4 (GLIBCXX_ENABLE_CHEADERS): Add c_global.
|
* acinclude.m4 (GLIBCXX_ENABLE_CHEADERS): Add c_global.
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
// the Free Software Foundation, 51 Franklin Street, Fifth Floor,
|
// the Free Software Foundation, 51 Franklin Street, Fifth Floor,
|
||||||
// Boston, MA 02110-1301, USA.
|
// Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
#include <iostream>
|
#include <sstream>
|
||||||
|
|
||||||
class MyClass
|
class MyClass
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue