]> git.lyx.org Git - features.git/commitdiff
Fix compile problems with Martin's antiquated compiler ;-)
authorAngus Leeming <leeming@lyx.org>
Mon, 22 Sep 2003 20:02:32 +0000 (20:02 +0000)
committerAngus Leeming <leeming@lyx.org>
Mon, 22 Sep 2003 20:02:32 +0000 (20:02 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7811 a592a061-630c-0410-9148-cb99ea01b6c8

src/ChangeLog
src/paragraph_pimpl.h

index 2f04279eba5173f1410c299a09133448075e08b2..e4ef35a6d9090796d22088097cfa0a38a08ff5d9 100644 (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
index ff7938c39507272aeb2797b02197a8292072de2a..941ef605fc49853ce865850eac87fe8bed289eae 100644 (file)
@@ -18,6 +18,7 @@
 #include "paragraph.h"
 
 #include "changes.h"
+#include "lyxfont.h"
 #include "ParagraphParameters.h"
 
 #include <boost/scoped_ptr.hpp>