From 50ddd11d3f93f3b4d3a93a2bfb7bbc6625a13eec Mon Sep 17 00:00:00 2001 From: Peter Moulder Date: Sat, 5 Jul 2008 12:03:28 +0000 Subject: select-context.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.) (bzr r6182) --- src/select-context.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/select-context.h b/src/select-context.h index b7e5748a0..3f3f8bfb6 100644 --- a/src/select-context.h +++ b/src/select-context.h @@ -13,6 +13,7 @@ */ #include "event-context.h" +#include #define SP_TYPE_SELECT_CONTEXT (sp_select_context_get_type ()) #define SP_SELECT_CONTEXT(obj) (GTK_CHECK_CAST ((obj), SP_TYPE_SELECT_CONTEXT, SPSelectContext)) @@ -20,6 +21,7 @@ #define SP_IS_SELECT_CONTEXT(obj) (GTK_CHECK_TYPE ((obj), SP_TYPE_SELECT_CONTEXT)) #define SP_IS_SELECT_CONTEXT_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((klass), SP_TYPE_SELECT_CONTEXT)) +struct SPCanvasItem; class SPSelectContext; class SPSelectContextClass; -- cgit v1.2.3