clutter-backend-win32.c: Include clutter-shader.h
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 12 Oct 2011 09:50:32 +0000 (17:50 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 12 Oct 2011 09:50:32 +0000 (17:50 +0800)
This is needed for _clutter_shader_release_all to avoid C4013
errors/warnings (a.k.a implicit declaration of ...)

clutter/win32/clutter-backend-win32.c

index b16e10e..0d1e05e 100644 (file)
@@ -37,6 +37,8 @@
 #include "clutter-private.h"
 #include "clutter-stage-private.h"
 
+#include "clutter-shader.h"
+
 #include "cogl/cogl.h"
 
 G_DEFINE_TYPE (ClutterBackendWin32, clutter_backend_win32,