add include that was missing by accident from the previous patch

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10432 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2005-09-09 12:49:21 +00:00
parent afed118a7b
commit 4d817aca86
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2005-09-09 Georg Baum <Georg.Baum@post.rwth-aachen.de>
* insetline.C: Add forgotten include
2005-09-07 Georg Baum <Georg.Baum@post.rwth-aachen.de>
* insetline.C (latex): write the size argument of \lyxline again

View File

@ -17,6 +17,7 @@
#include "lyxtext.h"
#include "metricsinfo.h"
#include "LaTeXFeatures.h"
#include "outputparams.h"
#include "frontends/Painter.h"