From 14334bc95d1cca51738c8ade6c92e4ca12ebfb12 Mon Sep 17 00:00:00 2001 From: pjrm Date: Sat, 5 Jul 2008 12:03:08 +0000 Subject: [PATCH] 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.) --- src/nodepath.h | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.30.2