diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-08-17 19:05:17 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-08-17 19:05:17 +0000 |
| commit | f48b89b35b74b6e0f43c46e6d173c919752847b2 (patch) | |
| tree | 48bb1c80d865db0223549b50ef27ef84db50c7cf /src/2geom/geom.cpp | |
| parent | added subroutine ROBO (Master) spline (diff) | |
| download | inkscape-f48b89b35b74b6e0f43c46e6d173c919752847b2.tar.gz inkscape-f48b89b35b74b6e0f43c46e6d173c919752847b2.zip | |
#include <algorithm> in geom.cpp (closes LP #258851)
(bzr r6638)
Diffstat (limited to 'src/2geom/geom.cpp')
| -rw-r--r-- | src/2geom/geom.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/2geom/geom.cpp b/src/2geom/geom.cpp index 2cbd84a4a..fc6d930dc 100644 --- a/src/2geom/geom.cpp +++ b/src/2geom/geom.cpp @@ -8,6 +8,7 @@ #endif #include <2geom/geom.h> #include <2geom/point.h> +#include <algorithm> namespace Geom { |
