From 966da4da130badf62d854ab01f06da9f4799431e Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Thu, 24 Sep 2009 07:20:18 +0000 Subject: [PATCH] Kornel's gcc compil fix. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31460 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiView.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index ceb5f8067c..b9462b4710 100644 --- a/src/frontends/qt4/GuiView.cpp +++ b/src/frontends/qt4/GuiView.cpp @@ -104,6 +104,8 @@ #include +#include + #ifdef HAVE_SYS_TIME_H # include #endif -- 2.39.2