summaryrefslogtreecommitdiffstats
path: root/src/2geom/geom.cpp
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-08-17 19:05:17 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-08-17 19:05:17 +0000
commitf48b89b35b74b6e0f43c46e6d173c919752847b2 (patch)
tree48bb1c80d865db0223549b50ef27ef84db50c7cf /src/2geom/geom.cpp
parentadded subroutine ROBO (Master) spline (diff)
downloadinkscape-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.cpp1
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 {