]> git.lyx.org Git - features.git/commitdiff
add include that was missing by accident from the previous patch
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Fri, 9 Sep 2005 12:49:21 +0000 (12:49 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Fri, 9 Sep 2005 12:49:21 +0000 (12:49 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10432 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/ChangeLog
src/insets/insetline.C

index 9f2ebcfdaec3263ebd9a5cece96ffd1b027e2292..394b58ebcc5957e6e0abc4a6417f0f759026de17 100644 (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
index 5f02e2cc7eb674ca62cd665a3ee44bd1513a4f7b..3a256920eacd48a4f644dca4a46d881b8a8c1ffb 100644 (file)
@@ -17,6 +17,7 @@
 #include "lyxtext.h"
 #include "metricsinfo.h"
 #include "LaTeXFeatures.h"
+#include "outputparams.h"
 
 #include "frontends/Painter.h"