diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-03-12 11:03:07 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-03-12 11:03:07 +0000 |
commit | ba6e68fea6287e3f1c619bfb757d202d58020807 (patch) | |
tree | ef1c8570a6cfec72a82415d83a4584a4b995cba9 /graphics/inkscape/files/patch-src::livarot::PathOutline.cpp | |
parent | Chase the evolution-data-server API change. (diff) |
Update to 0.41.
Notes
Notes:
svn path=/head/; revision=130979
Diffstat (limited to 'graphics/inkscape/files/patch-src::livarot::PathOutline.cpp')
-rw-r--r-- | graphics/inkscape/files/patch-src::livarot::PathOutline.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/inkscape/files/patch-src::livarot::PathOutline.cpp b/graphics/inkscape/files/patch-src::livarot::PathOutline.cpp index bf21ea2a4790..aa01b7d1a422 100644 --- a/graphics/inkscape/files/patch-src::livarot::PathOutline.cpp +++ b/graphics/inkscape/files/patch-src::livarot::PathOutline.cpp @@ -1,9 +1,9 @@ ---- src/livarot/PathOutline.cpp.orig Sat Apr 10 04:09:41 2004 -+++ src/livarot/PathOutline.cpp Sat Apr 10 04:34:35 2004 +--- src/livarot/PathOutline.cpp.orig Sat Oct 23 12:10:52 2004 ++++ src/livarot/PathOutline.cpp Fri Feb 18 00:28:16 2005 @@ -9,6 +9,7 @@ - #include "Path.h" - //#include "MyMath.h" - #include <math.h> + #include "livarot/Path.h" + #include "livarot/path-description.h" + #include <cmath> +#include <algorithm> #include <libnr/nr-point-fns.h> |