diff options
| author | MenTaLguY <mental@rydia.net> | 2007-03-18 18:39:34 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2007-03-18 18:39:34 +0000 |
| commit | 59fe6ab99727a1a58abc9c85096022fd8797ff44 (patch) | |
| tree | 38e32e15f49da5f5bccf70ed5f0494600fd183fd /src/libnrtype | |
| parent | fix 64-bit issues with width of npos -- patch #1675697 from mellum (diff) | |
| download | inkscape-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-x | src/libnrtype/Layout-TNG.h | 1 |
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 |
