clutter-backend-win32.c: Include clutter-shader.h
This is needed for _clutter_shader_release_all to avoid C4013 errors/warnings (a.k.a implicit declaration of ...)
This commit is contained in:
parent
a2bd2afb93
commit
0ee89f1788
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue