Fix compilation on Harmattan

Improved fix from e327401743dba9112faca77fd764869709ae4367 to add the
necessary includes in the header file, where the types are also needed.
The same header file is also included from the xcb plugin.

Change-Id: I52a891be1ecc67d49a088a4db698270a06db6b54
Reviewed-on: http://codereview.qt-project.org/5932
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
This commit is contained in:
Simon Hausmann 2011-10-03 16:40:01 +02:00 committed by Qt by Nokia
parent ab247307af
commit 5aaedccc43
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -43,6 +43,9 @@
#define QTESTLITEEGLINTEGRATION_H
#include "qeglconvenience_p.h"
#include <X11/X.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
class QXlibEglIntegration
{