From 69e9d2ab71fcdaee9dc6d25e96bbc372d0d797f9 Mon Sep 17 00:00:00 2001 From: Peter Moulder Date: Sat, 5 Jul 2008 12:01:25 +0000 Subject: 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) --- src/display/inkscape-cairo.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src') 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 +#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); -- cgit v1.2.3