From: Abdelrazak Younes Date: Sat, 28 Oct 2006 15:28:18 +0000 (+0000) Subject: Compilation fix for Mac and Linux: X-Git-Tag: 1.6.10~12157 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=37e8b2c0f48c1d499218dee47ce3223a81b81c5d;p=features.git Compilation fix for Mac and Linux: * add QWidget header. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15593 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/QLPainter.C b/src/frontends/qt4/QLPainter.C index ddfcb9f9a9..2e5941a65c 100644 --- a/src/frontends/qt4/QLPainter.C +++ b/src/frontends/qt4/QLPainter.C @@ -26,6 +26,8 @@ #include "support/unicode.h" +#include + using std::endl; using std::string;