Fix compilation on Harmattan

Include X11 headers to get VisualID and other "types".

Change-Id: Idbb323329d346726b98312b1e02c9b199f2b7a65
Reviewed-on: http://codereview.qt-project.org/5928
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
bb10
Simon Hausmann 2011-10-03 15:22:14 +02:00 committed by Qt by Nokia
parent 9557395c96
commit 43c548d2a6
1 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,9 @@
**
****************************************************************************/
#include <X11/X.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include "qxlibeglintegration_p.h"
static int countBits(unsigned long mask)