summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPeter Moulder <peter.moulder@monash.edu>2008-07-05 12:01:25 +0000
committerpjrm <pjrm@users.sourceforge.net>2008-07-05 12:01:25 +0000
commit69e9d2ab71fcdaee9dc6d25e96bbc372d0d797f9 (patch)
treece9ee62d21809eef6e1bc5569eef4c265c2d925d /src
parentcontext-fns.h: Supply missing #includes/declarations so that we don't depend ... (diff)
downloadinkscape-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.h7
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);