From f7bdc92d6c397ae055c9ef8ae2a01293fbc99bd6 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Thu, 14 Jul 2011 16:22:26 +0800 Subject: [PATCH] Include cogl-win32-renderer.h in cogl.h on Windows Reviewed-by: Neil Roberts --- cogl/cogl.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cogl/cogl.h b/cogl/cogl.h index 5def2115b..ff7f8f46b 100644 --- a/cogl/cogl.h +++ b/cogl/cogl.h @@ -96,6 +96,9 @@ typedef struct _CoglFramebuffer CoglFramebuffer; #if defined (COGL_HAS_EGL_PLATFORM_WAYLAND_SUPPORT) #include #endif +#if COGL_HAS_WIN32_SUPPORT +#include +#endif /* XXX: This will definitly go away once all the Clutter winsys * code has been migrated down into Cogl! */ #include