From 022387eb1d732e56f87c8f9ebd2e3d5c7c4dab59 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lars=20Gullik=20Bj=C3=B8nnes?= Date: Thu, 20 Nov 2003 16:40:09 +0000 Subject: [PATCH] include paragraph.h for the benefit of debug-mode in gcc 3.4 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8109 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/graphics/ChangeLog | 5 +++++ src/graphics/PreviewLoader.C | 1 + src/graphics/Previews.C | 1 + 3 files changed, 7 insertions(+) diff --git a/src/graphics/ChangeLog b/src/graphics/ChangeLog index c9677cb26f..af26889354 100644 --- a/src/graphics/ChangeLog +++ b/src/graphics/ChangeLog @@ -1,3 +1,8 @@ +2003-11-20 Lars Gullik Bjonnes + + * Previews.C: include paragraph.h + * PreviewLoader.C: ditto + 2003-11-05 José Matos * PreviewLoader.C (dumpPreamble): rename ascii to plaintext diff --git a/src/graphics/PreviewLoader.C b/src/graphics/PreviewLoader.C index 255c44322f..140537b60c 100644 --- a/src/graphics/PreviewLoader.C +++ b/src/graphics/PreviewLoader.C @@ -20,6 +20,7 @@ #include "LColor.h" #include "lyxrc.h" #include "outputparams.h" +#include "paragraph.h" #include "frontends/lyx_gui.h" // hexname diff --git a/src/graphics/Previews.C b/src/graphics/Previews.C index e0ca7a8aa8..c5ca02ca7c 100644 --- a/src/graphics/Previews.C +++ b/src/graphics/Previews.C @@ -15,6 +15,7 @@ #include "buffer.h" #include "lyxrc.h" +#include "paragraph.h" #include "insets/inset.h" -- 2.39.5