From: pjrm Date: Sat, 5 Jul 2008 12:03:08 +0000 (+0000) Subject: nodepath.h: Supply missing #includes/declarations so that we don't depend on order... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=14334bc95d1cca51738c8ade6c92e4ca12ebfb12;p=inkscape.git nodepath.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.) --- diff --git a/src/nodepath.h b/src/nodepath.h index 01542d32d..19c6e53bc 100644 --- a/src/nodepath.h +++ b/src/nodepath.h @@ -21,6 +21,9 @@ #include #include +struct SPCanvasItem; +class SPCurve; +struct SPItem; class SPObject; class SPDesktop; class SPPath;