From 5aaedccc437192206624102e3020cb86cf51afc7 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Mon, 3 Oct 2011 16:40:01 +0200 Subject: Fix compilation on Harmattan MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Samuel Rødal --- src/platformsupport/eglconvenience/qxlibeglintegration_p.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/platformsupport/eglconvenience/qxlibeglintegration_p.h') diff --git a/src/platformsupport/eglconvenience/qxlibeglintegration_p.h b/src/platformsupport/eglconvenience/qxlibeglintegration_p.h index cce394758d..ad77754eee 100644 --- a/src/platformsupport/eglconvenience/qxlibeglintegration_p.h +++ b/src/platformsupport/eglconvenience/qxlibeglintegration_p.h @@ -43,6 +43,9 @@ #define QTESTLITEEGLINTEGRATION_H #include "qeglconvenience_p.h" +#include +#include +#include class QXlibEglIntegration { -- cgit v1.2.3