From 9bf52f70012a8cd5dd02a53ab9ea53aec17e0353 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 30 Nov 2004 18:20:31 -0500 Subject: [PATCH] BUG: Need to include header 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. --- Source/kwsys/kwsys_ios_sstream.h.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/kwsys/kwsys_ios_sstream.h.in b/Source/kwsys/kwsys_ios_sstream.h.in index e4aad8cfd..727a7891a 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 // Need placement operator new. namespace @KWSYS_NAMESPACE@_ios {