mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
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
@ -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…
Reference in New Issue
Block a user