From: Angus Leeming Date: Mon, 22 Sep 2003 20:02:32 +0000 (+0000) Subject: Fix compile problems with Martin's antiquated compiler ;-) X-Git-Tag: 1.6.10~16042 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=d5f7b7dec29cf19a50535c2ed04c1a9826516cf9;p=features.git 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 --- diff --git a/src/ChangeLog b/src/ChangeLog index 2f04279eba..e4ef35a6d9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2003-09-22 Angus Leeming + + * 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 * factory.C: bug fix in branches diff --git a/src/paragraph_pimpl.h b/src/paragraph_pimpl.h index ff7938c395..941ef605fc 100644 --- a/src/paragraph_pimpl.h +++ b/src/paragraph_pimpl.h @@ -18,6 +18,7 @@ #include "paragraph.h" #include "changes.h" +#include "lyxfont.h" #include "ParagraphParameters.h" #include