From: pjrm Date: Sat, 5 Jul 2008 12:04:22 +0000 (+0000) Subject: text-editing.h: Supply missing #includes/declarations so that we don't depend on... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=40c4008dae6731d0cb75161743a392cd3f93d96e;p=inkscape.git text-editing.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/text-editing.h b/src/text-editing.h index fb2f17365..8cf948b60 100644 --- a/src/text-editing.h +++ b/src/text-editing.h @@ -14,8 +14,13 @@ */ #include -struct SPItem; +#include // std::pair +#include "libnrtype/Layout-TNG.h" class SPCSSAttr; +struct SPItem; +struct SPObject; +struct SPStyle; +namespace NR { class Matrix; } namespace NR { class Point; } typedef std::pair iterator_pair;