On Tue, Nov 04, 2003 at 12:44:19AM +0200, Martin Vermeer wrote: > Needed to compile. > > - Martin > >
> Index: ParagraphList_fwd.h > =================================================================== > RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/ParagraphList_fwd.h,v > retrieving revision 1.1 > diff -u -p -r1.1 ParagraphList_fwd.h > --- ParagraphList_fwd.h 6 Sep 2003 12:36:51 -0000 1.1 > +++ ParagraphList_fwd.h 3 Nov 2003 22:23:08 -0000 > @@ -14,6 +14,7 @@ > > #include <list> > #include <utility> > +#include "paragraph.h" > > class Paragraph; No good. The whole idea of this construct was not to include paragraph.h IIRC. Andre'
