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/qglxnativecontext.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/platformheaders/nativecontexts/qglxnativecontext.h') diff --git a/src/platformheaders/nativecontexts/qglxnativecontext.h b/src/platformheaders/nativecontexts/qglxnativecontext.h index e3dd547a8f..21ae334c25 100644 --- a/src/platformheaders/nativecontexts/qglxnativecontext.h +++ b/src/platformheaders/nativecontexts/qglxnativecontext.h @@ -42,6 +42,7 @@ #ifndef QGLXNATIVECONTEXT_H #define QGLXNATIVECONTEXT_H +#include #include #include -- cgit v1.2.3