BUG: Need to include header <new> to use placement new syntax. Really this should be fixed by replacing the stream buffer to set a new string instead of reconstructing the object, but this will require quite a bit of work to do portably.

This commit is contained in:
Brad King 2004-11-30 18:20:31 -05:00
parent de4a1c3b9c
commit 9bf52f7001
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@
// ostringstream and istringstream classes.
# include <@KWSYS_NAMESPACE@/stl/string>
# include <new> // Need placement operator new.
namespace @KWSYS_NAMESPACE@_ios
{