summaryrefslogtreecommitdiffstats
path: root/src/libnrtype
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2007-03-18 18:39:34 +0000
committermental <mental@users.sourceforge.net>2007-03-18 18:39:34 +0000
commit59fe6ab99727a1a58abc9c85096022fd8797ff44 (patch)
tree38e32e15f49da5f5bccf70ed5f0494600fd183fd /src/libnrtype
parentfix 64-bit issues with width of npos -- patch #1675697 from mellum (diff)
downloadinkscape-59fe6ab99727a1a58abc9c85096022fd8797ff44.tar.gz
inkscape-59fe6ab99727a1a58abc9c85096022fd8797ff44.zip
add required includes for gcc 4.3 and fix a const issue -- patch #1675635
from mellum (Falk Hueffner) (bzr r2696)
Diffstat (limited to 'src/libnrtype')
-rwxr-xr-xsrc/libnrtype/Layout-TNG.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libnrtype/Layout-TNG.h b/src/libnrtype/Layout-TNG.h
index 3eed1fc43..63a48e562 100755
--- a/src/libnrtype/Layout-TNG.h
+++ b/src/libnrtype/Layout-TNG.h
@@ -17,6 +17,7 @@
#include "libnr/nr-rotate-ops.h"
#include <glibmm/ustring.h>
#include <pango/pango-break.h>
+#include <algorithm>
#include <vector>
#ifdef HAVE_CAIRO_PDF