add include

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3293 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2002-01-04 03:21:47 +00:00
parent 903d8a5678
commit 4167bf6406
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-01-04 John Levon <moz@compsoc.man.ac.uk>
* QParagraph.C: add needed include
2001-12-08 John Levon <moz@compsoc.man.ac.uk>
* Makefile.am:

View File

@ -16,6 +16,7 @@
#include "gettext.h"
#include "buffer.h"
#include "QtLyXView.h"
#include "lyxtextclasslist.h"
#include "lyxtext.h"
#include "debug.h"
#include "BufferView.h"