$NetBSD: patch-aq,v 1.1 2003/11/18 21:09:18 markd Exp $ --- src/ComUnidraw/comeditor.c.orig 2003-10-23 07:14:06.000000000 +1300 +++ src/ComUnidraw/comeditor.c @@ -58,7 +58,7 @@ #include -#include +#include #include /*****************************************************************************/ @@ -231,7 +231,7 @@ void ComEditor::AddCommands(ComTerp* com if(!whiteboard()) OverlayEditor::ExecuteCmd(cmd); else { - ostrstream sbuf; + std::ostrstream sbuf; boolean oldflag = OverlayScript::ptlist_parens(); OverlayScript::ptlist_parens(false); switch (cmd->GetClassId()) {