On Thu, Nov 29, 2007 at 03:58:14PM +0100, Kornel Benko wrote:
> Am Donnerstag, 29. November 2007 schrieb Jean-Marc Lasgouttes:
> > Kornel Benko <[EMAIL PROTECTED]> writes:
> > 
> > > With the latest update I have now
> > 
> > A different version here :)
> 
> My version is solved with attached
> 
> -- 
> Kornel Benko
> [EMAIL PROTECTED]

> Index: src/mathed/InsetMathSymbol.cpp
> ===================================================================
> --- src/mathed/InsetMathSymbol.cpp    (Revision 21859)
> +++ src/mathed/InsetMathSymbol.cpp    (Arbeitskopie)
> @@ -12,7 +12,7 @@
>  
>  #include "InsetMathSymbol.h"
>  #include "Dimension.h"
> -#include "MathStream.h"
> +#include <sstream>
>  #include "MathStream.h"
>  #include "MathSupport.h"
>  #include "MathParser.h"

InsetMathSymbol.cpp does not use stringstreams as far as I can tell,
so a "#include <ostream>" probably would do as well.

Andre'

Reply via email to