From 4d90c932381ddd6dec3a41b9e179032954b4fe70 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Fri, 27 Jun 2014 09:50:06 +0200 Subject: Include QMetaType in the native context headers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Just to be safe. The Q_DECLARE_METATYPE needs this. And including some Qt header is necessary anyways. Change-Id: I6e97493434760f37a79e735293cef8d4213c2e11 Reviewed-by: Jędrzej Nowacki --- src/platformheaders/nativecontexts/qeglnativecontext.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/platformheaders/nativecontexts/qeglnativecontext.h') diff --git a/src/platformheaders/nativecontexts/qeglnativecontext.h b/src/platformheaders/nativecontexts/qeglnativecontext.h index 7028d81347..a2411419ef 100644 --- a/src/platformheaders/nativecontexts/qeglnativecontext.h +++ b/src/platformheaders/nativecontexts/qeglnativecontext.h @@ -42,6 +42,7 @@ #ifndef QEGLNATIVECONTEXT_H #define QEGLNATIVECONTEXT_H +#include #include QT_BEGIN_NAMESPACE -- cgit v1.2.3