From 1bc269504bc16b188f77204f53f1c34541750da9 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sun, 25 Nov 2018 14:43:21 +0200 Subject: 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 --- svl/source/items/macitem.cxx | 1 + 1 file changed, 1 insertion(+) 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 #include +#include SvxMacro::SvxMacro( const OUString &rMacName, const OUString &rLanguage) : aMacName( rMacName ), aLibName( rLanguage), -- cgit v1.2.3