summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2016-02-17 23:28:26 +0100
committerDavid Ostrovsky <david@ostrovsky.org>2016-02-17 23:43:45 +0000
commita3c70e760fa4203b7e6692f82d1d8a14214af3da (patch)
tree719e88102af65992ec2c296b9d7e06f3eeeadc15 /cui
parent497c511f082d8c0eb0db0f7cbc490a6c91f78d66 (diff)
Fix missing iterator include on MSVC 14.0
Change-Id: I55de612aef52038fd9979426950d4ae4131ca586 Reviewed-on: https://gerrit.libreoffice.org/22448 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Ostrovsky <david@ostrovsky.org>
Diffstat (limited to 'cui')
-rw-r--r--cui/source/customize/macropg.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/customize/macropg.cxx b/cui/source/customize/macropg.cxx
index 927a2dde7695..778b5134f0e4 100644
--- a/cui/source/customize/macropg.cxx
+++ b/cui/source/customize/macropg.cxx
@@ -43,6 +43,7 @@
#include <comphelper/namedvaluecollection.hxx>
#include <algorithm>
+#include <iterator>
#include <set>
using namespace ::com::sun::star;