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/svg/itos.cpp | |
| 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/svg/itos.cpp')
| -rw-r--r-- | src/svg/itos.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/svg/itos.cpp b/src/svg/itos.cpp index 9b1232130..ee49f5014 100644 --- a/src/svg/itos.cpp +++ b/src/svg/itos.cpp @@ -14,6 +14,7 @@ ///////////////////////////////////////////////////////////////////////// // Standard include files +#include <algorithm> #include <string> // for string using namespace std; |
