On Tue, Sep 18, 2007 at 12:24:35AM +0200, Uwe Stöhr wrote:
> Since last thursday I can't compile the trunk. I'm using MSVC and get now 
> this error message:
> 
> D:\LyXSVN\lyx-devel\src\frontends\qt4\GuiTexinfo.cpp(162) : error C2039: 
> 'sort':
>  Ist kein Element von 'std'
> (is no element of 'std')
> D:\LyXSVN\lyx-devel\src\frontends\qt4\GuiTexinfo.cpp(162) : error C3861: 
> "sort":
>  Bezeichner wurde nicht gefunden.
> (identifier was not found)
> 
> What is wrong?

Missing #include <algorithm>. Fix committed.

I probably should reconfigure --without-pch to chatch this kind of
errors.

Andre'

Reply via email to