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
This commit is contained in:
Lars Gullik Bjønnes 2003-11-20 16:40:09 +00:00
parent 614fbe566c
commit 022387eb1d
3 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2003-11-20 Lars Gullik Bjonnes <larsbj@gullik.net>
* Previews.C: include paragraph.h
* PreviewLoader.C: ditto
2003-11-05 José Matos <jamatos@lyx.org>
* PreviewLoader.C (dumpPreamble): rename ascii to plaintext

View File

@ -20,6 +20,7 @@
#include "LColor.h"
#include "lyxrc.h"
#include "outputparams.h"
#include "paragraph.h"
#include "frontends/lyx_gui.h" // hexname

View File

@ -15,6 +15,7 @@
#include "buffer.h"
#include "lyxrc.h"
#include "paragraph.h"
#include "insets/inset.h"