diff options
| author | Peter Moulder <peter.moulder@monash.edu> | 2008-07-05 12:04:22 +0000 |
|---|---|---|
| committer | pjrm <pjrm@users.sourceforge.net> | 2008-07-05 12:04:22 +0000 |
| commit | ca5091ff9a05bd355198bf3b387a20c38151403c (patch) | |
| tree | c031f64073b916f73ac249328f91b6a641bcafc8 /src | |
| parent | svg/svg-length.h: Supply missing #includes/declarations so that we don't depe... (diff) | |
| download | inkscape-ca5091ff9a05bd355198bf3b387a20c38151403c.tar.gz inkscape-ca5091ff9a05bd355198bf3b387a20c38151403c.zip | |
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.)
(bzr r6188)
Diffstat (limited to 'src')
| -rw-r--r-- | src/text-editing.h | 7 |
1 files changed, 6 insertions, 1 deletions
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 <glib/gtypes.h> -struct SPItem; +#include <utility> // 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<Inkscape::Text::Layout::iterator, Inkscape::Text::Layout::iterator> iterator_pair; |
