[gimp/soc-2010-cage] gimpcageconfig: fix compilation



commit 3b81bd4d49888a21e76fe5c75ef5254dee4d9c95
Author: Michael Muré <batolettre gmail com>
Date:   Fri Jul 23 23:06:00 2010 +0200

    gimpcageconfig: fix compilation

 app/gegl/gimpcageconfig.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/app/gegl/gimpcageconfig.h b/app/gegl/gimpcageconfig.h
index 1147d6c..9d52952 100644
--- a/app/gegl/gimpcageconfig.h
+++ b/app/gegl/gimpcageconfig.h
@@ -21,6 +21,8 @@
 #define __GIMP_CAGE_CONFIG_H__
 
 #include "core/gimpimagemapconfig.h"
+#include <gegl.h>
+#include "gimp-gegl-types.h"
 
 #define GIMP_TYPE_CAGE_CONFIG            (gimp_cage_config_get_type ())
 #define GIMP_CAGE_CONFIG(obj)            (G_TYPE_CHECK_INSTANCE_CAST ((obj), GIMP_TYPE_CAGE_CONFIG, GimpCageConfig))



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