From d5f7b7dec29cf19a50535c2ed04c1a9826516cf9 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Mon, 22 Sep 2003 20:02:32 +0000 Subject: [PATCH] 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 --- src/ChangeLog | 6 ++++++ src/paragraph_pimpl.h | 1 + 2 files changed, 7 insertions(+) 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 -- 2.39.5