summaryrefslogtreecommitdiffstats
path: root/src/composite-undo-stack-observer.cpp
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/composite-undo-stack-observer.cpp
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/composite-undo-stack-observer.cpp')
-rw-r--r--src/composite-undo-stack-observer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/composite-undo-stack-observer.cpp b/src/composite-undo-stack-observer.cpp
index 3c46cb11e..85d7aed13 100644
--- a/src/composite-undo-stack-observer.cpp
+++ b/src/composite-undo-stack-observer.cpp
@@ -11,6 +11,7 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
+#include <algorithm>
#include "composite-undo-stack-observer.h"
#include "xml/event.h"