diff options
| author | mcecchetti <mcecchetti@users.sourceforge.net> | 2008-05-20 22:29:23 +0000 |
|---|---|---|
| committer | mcecchetti <mcecchetti@users.sourceforge.net> | 2008-05-20 22:29:23 +0000 |
| commit | 3cd345ae277f34e13420e4f7849f4e030b2437d6 (patch) | |
| tree | 57c75c18d29f90526d9ce69e9aa72095ca3261bb /src/2geom/poly.cpp | |
| parent | Fix snapping for constrained translation in the selector tool (diff) | |
| download | inkscape-3cd345ae277f34e13420e4f7849f4e030b2437d6.tar.gz inkscape-3cd345ae277f34e13420e4f7849f4e030b2437d6.zip | |
synchronization with 2geom library
(bzr r5723)
Diffstat (limited to 'src/2geom/poly.cpp')
| -rw-r--r-- | src/2geom/poly.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/2geom/poly.cpp b/src/2geom/poly.cpp index 17f286494..4f5ba6c55 100644 --- a/src/2geom/poly.cpp +++ b/src/2geom/poly.cpp @@ -11,6 +11,7 @@ Poly Poly::operator*(const Poly& p) const { } return result; } +#define HAVE_GSL #ifdef HAVE_GSL #include <gsl/gsl_poly.h> #endif |
