From: Kornel Benko Date: Mon, 1 Feb 2010 09:54:41 +0000 (+0000) Subject: Use better include for 'struct QHeaderView' X-Git-Tag: 2.0.0~4158 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=0ba70d93285560703ea10d5045042502b814c27b;p=features.git Use better include for 'struct QHeaderView' git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33309 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiRef.cpp b/src/frontends/qt4/GuiRef.cpp index 373cc19e48..2b2549874c 100644 --- a/src/frontends/qt4/GuiRef.cpp +++ b/src/frontends/qt4/GuiRef.cpp @@ -32,7 +32,7 @@ #include #include #include -#include +#include using namespace std; using namespace lyx::support;