diff options
| author | Peter Moulder <peter.moulder@monash.edu> | 2008-07-05 12:03:53 +0000 |
|---|---|---|
| committer | pjrm <pjrm@users.sourceforge.net> | 2008-07-05 12:03:53 +0000 |
| commit | ad3950c14509b5fbdc0504866382f97692bca435 (patch) | |
| tree | c48367424dd08c703fed89af4762db89eed9d2bd /src | |
| parent | sp-stop.h: Supply missing #includes/declarations so that we don't depend on o... (diff) | |
| download | inkscape-ad3950c14509b5fbdc0504866382f97692bca435.tar.gz inkscape-ad3950c14509b5fbdc0504866382f97692bca435.zip | |
spiral-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 r6185)
Diffstat (limited to 'src')
| -rw-r--r-- | src/spiral-context.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/spiral-context.h b/src/spiral-context.h index 263e7b412..a3644fdad 100644 --- a/src/spiral-context.h +++ b/src/spiral-context.h @@ -1,9 +1,10 @@ #ifndef __SP_SPIRAL_CONTEXT_H__ #define __SP_SPIRAL_CONTEXT_H__ -/* +/** \file * Spiral drawing context - * + */ +/* * Authors: * Mitsuru Oka * Lauris Kaplinski <lauris@kaplinski.com> @@ -14,6 +15,7 @@ * Released under GNU GPL */ +#include <gtk/gtktypeutils.h> #include <sigc++/sigc++.h> #include "event-context.h" #include "libnr/nr-point.h" |
