diff options
| author | Peter Moulder <peter.moulder@monash.edu> | 2008-06-05 06:28:20 +0000 |
|---|---|---|
| committer | pjrm <pjrm@users.sourceforge.net> | 2008-06-05 06:28:20 +0000 |
| commit | 2dfebc67705273fa4fbd319a9bccbd9b43cead12 (patch) | |
| tree | 5bf9ce0b50807473c9a4a8e6a62d149c54b33328 /src/2geom/elliptical-arc.cpp | |
| parent | Fix expression whose behaviour is undefined in C++. N.B. This “fix” invo... (diff) | |
| download | inkscape-2dfebc67705273fa4fbd319a9bccbd9b43cead12.tar.gz inkscape-2dfebc67705273fa4fbd319a9bccbd9b43cead12.zip | |
fix compile with g++-4.3.
(bzr r5810)
Diffstat (limited to 'src/2geom/elliptical-arc.cpp')
| -rw-r--r-- | src/2geom/elliptical-arc.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/2geom/elliptical-arc.cpp b/src/2geom/elliptical-arc.cpp index 55b23961b..a433ca370 100644 --- a/src/2geom/elliptical-arc.cpp +++ b/src/2geom/elliptical-arc.cpp @@ -33,6 +33,7 @@ #include "poly.h" #include <cfloat> +#include <limits> |
