diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2018-11-25 14:43:21 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-25 20:25:19 +0100 |
commit | 1bc269504bc16b188f77204f53f1c34541750da9 (patch) | |
tree | 867fc7e1c12a8a181223142428c3ed3ca214d125 /svl | |
parent | 1a4113979f3e26661bbe63fee2fc6caff2375367 (diff) |
seems we need to include algorithm here
commit 260002b16f18634a7e1d10d4160378beb0cc0c5f
Simplify containers iterations in svgio, svl, svtoolsHEADmaster
Change-Id: Ie97dd4276753e5b1b3a4382cf0060132caf6bd1b
Reviewed-on: https://gerrit.libreoffice.org/63980
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/items/macitem.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svl/source/items/macitem.cxx b/svl/source/items/macitem.cxx index 99375ea926a0..7cad10f07a63 100644 --- a/svl/source/items/macitem.cxx +++ b/svl/source/items/macitem.cxx @@ -25,6 +25,7 @@ #include <svl/macitem.hxx> #include <stringio.hxx> +#include <algorithm> SvxMacro::SvxMacro( const OUString &rMacName, const OUString &rLanguage) : aMacName( rMacName ), aLibName( rLanguage), |