diff options
| author | Peter Moulder <peter.moulder@monash.edu> | 2008-07-05 12:01:25 +0000 |
|---|---|---|
| committer | pjrm <pjrm@users.sourceforge.net> | 2008-07-05 12:01:25 +0000 |
| commit | 69e9d2ab71fcdaee9dc6d25e96bbc372d0d797f9 (patch) | |
| tree | ce9ee62d21809eef6e1bc5569eef4c265c2d925d /src | |
| parent | context-fns.h: Supply missing #includes/declarations so that we don't depend ... (diff) | |
| download | inkscape-69e9d2ab71fcdaee9dc6d25e96bbc372d0d797f9.tar.gz inkscape-69e9d2ab71fcdaee9dc6d25e96bbc372d0d797f9.zip | |
display/inkscape-cairo.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 r6169)
Diffstat (limited to 'src')
| -rw-r--r-- | src/display/inkscape-cairo.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/display/inkscape-cairo.h b/src/display/inkscape-cairo.h index 40cc77e76..5ac073c52 100644 --- a/src/display/inkscape-cairo.h +++ b/src/display/inkscape-cairo.h @@ -12,7 +12,12 @@ */ #include <2geom/forward.h> - +#include <cairo/cairo.h> +#include "libnr/nr-matrix.h" +#include "libnr/nr-maybe.h" +#include "libnr/nr-rect.h" +class NArtBpath; +struct NRPixBlock; class SPCanvasBuf; cairo_t *nr_create_cairo_context_canvasbuf (NRRectL *area, SPCanvasBuf *b); |
