From 05aa189394cd3f1ff6d3a0f9626d5c70e5063b74 Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Mon, 1 Feb 2010 06:00:46 +0000 Subject: [PATCH] =?utf8?q?Make=20it=20compilable=20for=20QT4.3.=20(/usr/in?= =?utf8?q?clude/QtGui/qtreeview.h:51:=20error:=20forward=20declaration=20o?= =?utf8?q?f=20=E2=80=98struct=20QHeaderView=E2=80=99)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33308 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiRef.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontends/qt4/GuiRef.cpp b/src/frontends/qt4/GuiRef.cpp index 5cf12053b3..373cc19e48 100644 --- a/src/frontends/qt4/GuiRef.cpp +++ b/src/frontends/qt4/GuiRef.cpp @@ -32,6 +32,7 @@ #include #include #include +#include using namespace std; using namespace lyx::support; -- 2.39.2