summaryrefslogtreecommitdiffstats
path: root/Source/kwsys
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2004-11-30 23:20:31 (GMT)
committerBrad King <brad.king@kitware.com>2004-11-30 23:20:31 (GMT)
commit9bf52f70012a8cd5dd02a53ab9ea53aec17e0353 (patch)
tree4171825fa84cc257596c4d5b608612ecf4a596a8 /Source/kwsys
parentde4a1c3b9ce21d5e2320097b8f820e9cc76788d1 (diff)
downloadCMake-9bf52f70012a8cd5dd02a53ab9ea53aec17e0353.zip
CMake-9bf52f70012a8cd5dd02a53ab9ea53aec17e0353.tar.gz
CMake-9bf52f70012a8cd5dd02a53ab9ea53aec17e0353.tar.bz2
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.
Diffstat (limited to 'Source/kwsys')
-rw-r--r--Source/kwsys/kwsys_ios_sstream.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/kwsys/kwsys_ios_sstream.h.in b/Source/kwsys/kwsys_ios_sstream.h.in
index e4aad8c..727a789 100644
--- a/Source/kwsys/kwsys_ios_sstream.h.in
+++ b/Source/kwsys/kwsys_ios_sstream.h.in
@@ -50,6 +50,7 @@
// ostringstream and istringstream classes.
# include <@KWSYS_NAMESPACE@/stl/string>
+# include <new> // Need placement operator new.
namespace @KWSYS_NAMESPACE@_ios
{