mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 19:42:05 +00:00
cogl/cogl-bitmap-conversion.c: Include missed header
The cogl-texture-private.h needs to be included as _cogl_texture_needs_premult_conversion, so that we can avoid implicit declaration warnings of that symbol (aka C4013 on MSVC). Reviewed-by: Neil Roberts <neil@linux.intel.com> (cherry picked from commit 4afe9dc1fea646e2a9576f9a0dbd1ffafa40485b)
This commit is contained in:
parent
1f5f931e6f
commit
1eda045316
@ -28,6 +28,7 @@
|
||||
#include "cogl-private.h"
|
||||
#include "cogl-bitmap-private.h"
|
||||
#include "cogl-context-private.h"
|
||||
#include "cogl-texture-private.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user