From: Peter Kümmel Date: Sat, 8 Dec 2007 11:07:43 +0000 (+0000) Subject: fix wrong tex2lyx hack X-Git-Tag: 1.6.10~7019 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a30f67ed9870b65851307953a71ae94136a91551;p=features.git fix wrong tex2lyx hack git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22009 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/Layout.cpp b/src/Layout.cpp index 598222237a..6d285881b5 100644 --- a/src/Layout.cpp +++ b/src/Layout.cpp @@ -15,8 +15,10 @@ #include "Layout.h" #include "TextClass.h" #include "Lexer.h" +#include "Font.h" #include "support/debug.h" + #include "support/lstrings.h" #include diff --git a/src/TextClass.cpp b/src/TextClass.cpp index f3fa29263d..8f1ca29651 100644 --- a/src/TextClass.cpp +++ b/src/TextClass.cpp @@ -24,6 +24,7 @@ #include "FloatList.h" #include "Layout.h" #include "Lexer.h" +#include "Font.h" #include "frontends/alert.h"