diff options
| author | Peter Moulder <peter.moulder@monash.edu> | 2008-07-05 12:01:16 +0000 |
|---|---|---|
| committer | pjrm <pjrm@users.sourceforge.net> | 2008-07-05 12:01:16 +0000 |
| commit | 800975be76de1a252dc13f0dccff33f412e9025b (patch) | |
| tree | 46cf7d334db28e14bfd71bb19dd06c8acb4257e2 /src/context-fns.h | |
| parent | conn-avoid-ref.h: Supply missing #includes/declarations so that we don't depe... (diff) | |
| download | inkscape-800975be76de1a252dc13f0dccff33f412e9025b.tar.gz inkscape-800975be76de1a252dc13f0dccff33f412e9025b.zip | |
context-fns.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 r6168)
Diffstat (limited to 'src/context-fns.h')
| -rw-r--r-- | src/context-fns.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/context-fns.h b/src/context-fns.h index e295f8529..95574dd76 100644 --- a/src/context-fns.h +++ b/src/context-fns.h @@ -1,5 +1,7 @@ #include <gdk/gdkevents.h> +#include "libnr/nr-rect.h" struct SPDesktop; +struct SPItem; const double goldenratio = 1.61803398874989484820; // golden ratio |
