From bd6bfccc4051d883b298001fd7bb8a58c359a420 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Thu, 20 Nov 2014 19:11:05 +0100 Subject: [PATCH] cogl.h: include mir renderer if the platform is supported --- cogl/cogl.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cogl/cogl.h b/cogl/cogl.h index 84c39512b..40da05e7f 100644 --- a/cogl/cogl.h +++ b/cogl/cogl.h @@ -138,6 +138,9 @@ #include #include #endif +#if defined (COGL_HAS_EGL_PLATFORM_MIR_SUPPORT) +#include +#endif #ifdef COGL_HAS_WIN32_SUPPORT #include #endif