summaryrefslogtreecommitdiff
path: root/svl/source/undo
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-07-31 18:27:56 +0200
committerMichael Stahl <mstahl@redhat.com>2015-07-31 21:24:24 +0200
commit819fd24487aa120e6f0df1488d1afef7621252cb (patch)
tree5d49646c60b8e220ee272c3fb4b277a69a467010 /svl/source/undo
parenta713fb5e3ac8b521abd441f040853f439f1a3f7c (diff)
comphelper: replace boost::function with std::function
Change-Id: I042c97d8472c3afceffba36808687f382571e6c2
Diffstat (limited to 'svl/source/undo')
-rw-r--r--svl/source/undo/undo.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svl/source/undo/undo.cxx b/svl/source/undo/undo.cxx
index a6f75bf02085..f7cd0ac30aac 100644
--- a/svl/source/undo/undo.cxx
+++ b/svl/source/undo/undo.cxx
@@ -30,6 +30,7 @@
#include <vector>
#include <list>
#include <limits>
+#include <algorithm>
using ::com::sun::star::uno::Exception;