From 43c548d2a6b877b30d9da6bc6273aa9dabe61622 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Mon, 3 Oct 2011 15:22:14 +0200 Subject: [PATCH] Fix compilation on Harmattan MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Samuel Rødal --- src/platformsupport/eglconvenience/qxlibeglintegration.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/platformsupport/eglconvenience/qxlibeglintegration.cpp b/src/platformsupport/eglconvenience/qxlibeglintegration.cpp index aeebd35..e9eb0ba 100644 --- a/src/platformsupport/eglconvenience/qxlibeglintegration.cpp +++ b/src/platformsupport/eglconvenience/qxlibeglintegration.cpp @@ -39,6 +39,9 @@ ** ****************************************************************************/ +#include +#include +#include #include "qxlibeglintegration_p.h" static int countBits(unsigned long mask) -- 2.7.4