diff options
| author | Peter Moulder <peter.moulder@monash.edu> | 2008-07-05 12:04:02 +0000 |
|---|---|---|
| committer | pjrm <pjrm@users.sourceforge.net> | 2008-07-05 12:04:02 +0000 |
| commit | 2cacdf095af07f2229ffec8f8ec9ae9a649de771 (patch) | |
| tree | 6322fefc69d1330b0ff69e7dfa9272650c70ffa9 | |
| parent | spiral-context.h: Supply missing #includes/declarations so that we don't depe... (diff) | |
| download | inkscape-2cacdf095af07f2229ffec8f8ec9ae9a649de771.tar.gz inkscape-2cacdf095af07f2229ffec8f8ec9ae9a649de771.zip | |
splivarot.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 r6186)
| -rw-r--r-- | src/splivarot.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/splivarot.h b/src/splivarot.h index 6e59d2cc5..ce31dd8c4 100644 --- a/src/splivarot.h +++ b/src/splivarot.h @@ -9,6 +9,9 @@ #include "livarot/Path.h" #include <2geom/forward.h> +#include <2geom/path.h> +class SPCurve; +struct SPItem; // boolean operations // work on the current selection |
