From 1375c489eb3344e9fe35c57da922912eb1f711c7 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Sun, 4 Oct 2009 22:40:00 +0000 Subject: [PATCH] gcc compil fix. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31527 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiApplication.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/frontends/qt4/GuiApplication.cpp b/src/frontends/qt4/GuiApplication.cpp index 807c2bda9b..069d4eedd9 100644 --- a/src/frontends/qt4/GuiApplication.cpp +++ b/src/frontends/qt4/GuiApplication.cpp @@ -38,6 +38,7 @@ #include "FuncRequest.h" #include "FuncStatus.h" #include "Intl.h" +#include "KeyMap.h" #include "Language.h" #include "LaTeXFeatures.h" #include "Lexer.h" @@ -47,6 +48,7 @@ #include "LyXRC.h" #include "Server.h" #include "Session.h" +#include "SpellChecker.h" #include "version.h" #include "support/lassert.h" -- 2.39.2