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:
Chun-wei Fan 2013-08-26 19:01:34 +08:00 committed by Neil Roberts
parent 1f5f931e6f
commit 1eda045316

View File

@ -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>