diff options
author | Maxime de Roucy <mderoucy@linagora.com> | 2012-03-13 17:10:55 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2012-03-15 16:57:45 +0100 |
commit | cc8047941dc93d686568541391af56209df53f0a (patch) | |
tree | 6231db2ee47fdedbfaff3564b9cbab67419493c2 /sw/inc/editsh.hxx | |
parent | 5f679b3e8109cac5881d244a63bcdbc8fd21341d (diff) |
SwEditShell : use of the STL swap function
Diffstat (limited to 'sw/inc/editsh.hxx')
-rw-r--r-- | sw/inc/editsh.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx index 02b61f16a509..a160b6ef909c 100644 --- a/sw/inc/editsh.hxx +++ b/sw/inc/editsh.hxx @@ -44,6 +44,7 @@ #include <tblenum.hxx> #include <IMark.hxx> +#include <algorithm> #include <vector> #include <set> #include <swundo.hxx> |