From 4d0d43f50123cb10728b3d3910ec1772cc00db54 Mon Sep 17 00:00:00 2001 From: Jason Barron Date: Thu, 9 Jul 2009 11:15:38 +0200 Subject: Another fix for the include bug in Symbian. This header is included by the VG graphics system plugin and since that exists in a different module, the header inclusion bug rears its ugly head again and we need to workaround it by making it a system include. --- src/openvg/qpixmapdata_vg_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openvg/qpixmapdata_vg_p.h b/src/openvg/qpixmapdata_vg_p.h index bb019be..ebd769e 100644 --- a/src/openvg/qpixmapdata_vg_p.h +++ b/src/openvg/qpixmapdata_vg_p.h @@ -54,7 +54,7 @@ // #include -#include "qvg_p.h" +#include #if !defined(QT_NO_EGL) #include #endif -- cgit v0.12