Fix compile problems with Martin's antiquated compiler ;-)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7811 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2003-09-22 20:02:32 +00:00
parent 274065aba8
commit d5f7b7dec2
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2003-09-22 Angus Leeming <leeming@lyx.org>
* paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
of g++ which otherwise complain that the scoped_ptr destructor can't delete
an incomplete class LyXFont.
2003-09-22 Martin Vermeer <martin.vermeer@hut.fi>
* factory.C: bug fix in branches

View File

@ -18,6 +18,7 @@
#include "paragraph.h"
#include "changes.h"
#include "lyxfont.h"
#include "ParagraphParameters.h"
#include <boost/scoped_ptr.hpp>