diff options
Diffstat (limited to 'src/svg/stringstream.h')
| -rw-r--r-- | src/svg/stringstream.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/svg/stringstream.h b/src/svg/stringstream.h index 8ef5ece52..4e19125b4 100644 --- a/src/svg/stringstream.h +++ b/src/svg/stringstream.h @@ -5,6 +5,9 @@ #include <sstream> #include <string> +namespace Geom { + class Point; +} namespace Inkscape { typedef std::ios_base &(*std_oct_type)(std::ios_base &); @@ -78,6 +81,7 @@ Inkscape::SVGOStringStream &operator<<(Inkscape::SVGOStringStream &os, float d); Inkscape::SVGOStringStream &operator<<(Inkscape::SVGOStringStream &os, double d); +Inkscape::SVGOStringStream &operator<<(Inkscape::SVGOStringStream &os, Geom::Point const & p); #endif |
