From: Kornel Benko Date: Mon, 1 Feb 2010 06:00:46 +0000 (+0000) Subject: Make it compilable for QT4.3. (/usr/include/QtGui/qtreeview.h:51: error: forward... X-Git-Tag: 2.0.0~4159 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=05aa189394cd3f1ff6d3a0f9626d5c70e5063b74;p=features.git Make it compilable for QT4.3. (/usr/include/QtGui/qtreeview.h:51: error: forward declaration of ‘struct QHeaderView’) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33308 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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;