From 3c007670d749f3abd4aff73306b23840701a9068 Mon Sep 17 00:00:00 2001 From: pjrm Date: Sat, 5 Jul 2008 12:04:42 +0000 Subject: [PATCH] widgets/calligraphic-profile-rename.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/widgets/calligraphic-profile-rename.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/widgets/calligraphic-profile-rename.h b/src/widgets/calligraphic-profile-rename.h index 91952a9c1..f0e455c6c 100755 --- a/src/widgets/calligraphic-profile-rename.h +++ b/src/widgets/calligraphic-profile-rename.h @@ -17,6 +17,7 @@ #include #include #include +struct SPDesktop; namespace Inkscape { namespace UI { -- 2.30.2