diff options
| author | Peter Moulder <peter.moulder@monash.edu> | 2008-07-05 12:03:08 +0000 |
|---|---|---|
| committer | pjrm <pjrm@users.sourceforge.net> | 2008-07-05 12:03:08 +0000 |
| commit | 084bef323e7b2ad792bcf902abb2f458a71b6c59 (patch) | |
| tree | 1bd87cebd77413d093c0d661b02b9de18f2d144a /src | |
| parent | node-context.h: Supply missing #includes/declarations so that we don't depend... (diff) | |
| download | inkscape-084bef323e7b2ad792bcf902abb2f458a71b6c59.tar.gz inkscape-084bef323e7b2ad792bcf902abb2f458a71b6c59.zip | |
nodepath.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 r6180)
Diffstat (limited to 'src')
| -rw-r--r-- | src/nodepath.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nodepath.h b/src/nodepath.h index 01542d32d..19c6e53bc 100644 --- a/src/nodepath.h +++ b/src/nodepath.h @@ -21,6 +21,9 @@ #include <gdk/gdkevents.h> #include <list> +struct SPCanvasItem; +class SPCurve; +struct SPItem; class SPObject; class SPDesktop; class SPPath; |
