[cogl] cogl-pipeline-payer-state.c: Include cogl-texture-private.h



commit 2fdb7fc743b03116406bebf62f7f4cb87842701d
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Wed Feb 22 20:56:05 2012 +0800

    cogl-pipeline-payer-state.c: Include cogl-texture-private.h
    
    Needed for _cogl_texture_get_type so that C4013 warnings/implicit
    declaration of ... warnings can be avoided.
    
    Reviewed-by: Neil Roberts <neil linux intel com>

 cogl/cogl-pipeline-layer-state.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/cogl/cogl-pipeline-layer-state.c b/cogl/cogl-pipeline-layer-state.c
index 742a3d8..4540dc6 100644
--- a/cogl/cogl-pipeline-layer-state.c
+++ b/cogl/cogl-pipeline-layer-state.c
@@ -35,6 +35,7 @@
 #include "cogl-util.h"
 #include "cogl-matrix.h"
 #include "cogl-snippet-private.h"
+#include "cogl-texture-private.h"
 
 #include "string.h"
 #if 0



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]