From c5dc9542d5c37c98a12aa16c4ea24211c768764f Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 10 Jun 2015 14:14:06 +0100 Subject: [PATCH] Include deprecated header for cogl_read_pixels() Avoids a compiler warning for a missing declaration. --- cogl/cogl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cogl/cogl.c b/cogl/cogl.c index 6cc73d04c..577ae72fb 100644 --- a/cogl/cogl.c +++ b/cogl/cogl.c @@ -59,6 +59,8 @@ #include "cogl-attribute-gl-private.h" #include "cogl-clutter.h" +#include "deprecated/cogl-framebuffer-deprecated.h" + CoglFuncPtr cogl_get_proc_address (const char* name) {