char/31031.cc: Include the right header.
authorPaolo Carlini <pcarlini@suse.de>
Mon, 5 Mar 2007 01:45:14 +0000 (01:45 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Mon, 5 Mar 2007 01:45:14 +0000 (01:45 +0000)
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

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/31031.cc

index df36e44294f9c743829c89b568bd8b16ebc6dafa..f0718ffcaf82e1bfe517dffed8c6d49645f22c00 100644 (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.
index 255f76838bca620fcca28a29ec04918c33a2568f..90919e57dadd897bf98787212d0d35fa1fd411a1 100644 (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
 {