From 70f9a48a9a276b78b4ba226c1f9f384e8fb7e6f2 Mon Sep 17 00:00:00 2001 From: pjrm Date: Sat, 5 Jul 2008 12:04:02 +0000 Subject: [PATCH] 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.) --- src/splivarot.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.30.2