]> git.lyx.org Git - features.git/commitdiff
Compilation fix for Mac and Linux:
authorAbdelrazak Younes <younes@lyx.org>
Sat, 28 Oct 2006 15:28:18 +0000 (15:28 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sat, 28 Oct 2006 15:28:18 +0000 (15:28 +0000)
* add QWidget header.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15593 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/QLPainter.C

index ddfcb9f9a97ba1ed46ba904acbf94c4f9fe4c310..2e5941a65c7858f4eac5b1ec42bb5490ccaba669 100644 (file)
@@ -26,6 +26,8 @@
 
 #include "support/unicode.h"
 
+#include <QWidget>
+
 using std::endl;
 using std::string;