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