summaryrefslogtreecommitdiffstats
path: root/src/libnr
diff options
context:
space:
mode:
authorKees Cook <kees@outflux.net>2008-02-11 08:10:22 +0000
committerkeescook <keescook@users.sourceforge.net>2008-02-11 08:10:22 +0000
commit1ef8d2e18f14491e114d6ade4238c74616e248d2 (patch)
tree3bc92fc31827a05f8056d76f15407149b6e55b28 /src/libnr
parentUpate translation for Khmer (diff)
downloadinkscape-1ef8d2e18f14491e114d6ade4238c74616e248d2.tar.gz
inkscape-1ef8d2e18f14491e114d6ade4238c74616e248d2.zip
remaining g++ 4.3 compilation fix-ups
(bzr r4706)
Diffstat (limited to 'src/libnr')
-rw-r--r--src/libnr/nr-maybe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libnr/nr-maybe.h b/src/libnr/nr-maybe.h
index 94078c211..6071a60ad 100644
--- a/src/libnr/nr-maybe.h
+++ b/src/libnr/nr-maybe.h
@@ -15,6 +15,7 @@
#include <stdexcept>
#include <string>
+#include <algorithm>
namespace NR {