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"