From 84255045f5ccbfce06cbe9fda4c9b7d16b608a3b Mon Sep 17 00:00:00 2001 From: pjrm Date: Sat, 5 Jul 2008 12:01:16 +0000 Subject: [PATCH] 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.) --- src/context-fns.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.30.2