From d6562d39ac04f3a44d4b68c98ac1efa3d876f628 Mon Sep 17 00:00:00 2001 From: pjrm Date: Sat, 5 Jul 2008 12:01:25 +0000 Subject: [PATCH] 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.) --- src/display/inkscape-cairo.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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); -- 2.30.2