From: pjrm Date: Sat, 5 Jul 2008 12:01:16 +0000 (+0000) Subject: context-fns.h: Supply missing #includes/declarations so that we don't depend on order... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=84255045f5ccbfce06cbe9fda4c9b7d16b608a3b;p=inkscape.git context-fns.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/context-fns.h b/src/context-fns.h index e295f8529..95574dd76 100644 --- a/src/context-fns.h +++ b/src/context-fns.h @@ -1,5 +1,7 @@ #include +#include "libnr/nr-rect.h" struct SPDesktop; +struct SPItem; const double goldenratio = 1.61803398874989484820; // golden ratio