summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--canvas/source/opengl/ogl_spritedevicehelper.cxx2
-rw-r--r--chart2/source/controller/accessibility/AccessibleBase.cxx1
-rw-r--r--chart2/source/controller/main/ObjectHierarchy.cxx1
-rw-r--r--cui/source/customize/macropg.cxx1
-rw-r--r--dbaccess/source/ui/app/AppControllerDnD.cxx1
-rw-r--r--dbaccess/source/ui/dlg/DbAdminImpl.cxx1
-rw-r--r--dbaccess/source/ui/relationdesign/RelationController.cxx1
-rw-r--r--drawinglayer/source/primitive2d/baseprimitive2d.cxx1
-rw-r--r--editeng/source/outliner/paralist.cxx2
-rw-r--r--extensions/source/propctrlr/eventhandler.cxx1
-rw-r--r--extensions/source/propctrlr/propertycomposer.cxx1
-rw-r--r--reportdesign/source/filter/xml/xmlExport.cxx1
-rw-r--r--reportdesign/source/ui/inspection/GeometryHandler.cxx1
-rw-r--r--toolkit/source/helper/formpdfexport.cxx1
14 files changed, 16 insertions, 0 deletions
diff --git a/canvas/source/opengl/ogl_spritedevicehelper.cxx b/canvas/source/opengl/ogl_spritedevicehelper.cxx
index 80812a0d8935..50a44999b28c 100644
--- a/canvas/source/opengl/ogl_spritedevicehelper.cxx
+++ b/canvas/source/opengl/ogl_spritedevicehelper.cxx
@@ -30,6 +30,8 @@
#include "ogl_canvascustomsprite.hxx"
#include "ogl_texturecache.hxx"
+#include <iterator>
+
using namespace ::com::sun::star;
static void initContext()
diff --git a/chart2/source/controller/accessibility/AccessibleBase.cxx b/chart2/source/controller/accessibility/AccessibleBase.cxx
index ad2da3791873..350a5937b601 100644
--- a/chart2/source/controller/accessibility/AccessibleBase.cxx
+++ b/chart2/source/controller/accessibility/AccessibleBase.cxx
@@ -51,6 +51,7 @@
#include <o3tl/functional.hxx>
#include <algorithm>
+#include <iterator>
#include "ChartElementFactory.hxx"
diff --git a/chart2/source/controller/main/ObjectHierarchy.cxx b/chart2/source/controller/main/ObjectHierarchy.cxx
index fb2f37e8306c..d9c82de52361 100644
--- a/chart2/source/controller/main/ObjectHierarchy.cxx
+++ b/chart2/source/controller/main/ObjectHierarchy.cxx
@@ -34,6 +34,7 @@
#include <map>
#include <algorithm>
+#include <iterator>
#include <com/sun/star/chart2/XTitled.hpp>
#include <com/sun/star/chart2/XCoordinateSystemContainer.hpp>
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;
diff --git a/dbaccess/source/ui/app/AppControllerDnD.cxx b/dbaccess/source/ui/app/AppControllerDnD.cxx
index cc71d6b679c1..151ad461c6c1 100644
--- a/dbaccess/source/ui/app/AppControllerDnD.cxx
+++ b/dbaccess/source/ui/app/AppControllerDnD.cxx
@@ -68,6 +68,7 @@
#include "dbexchange.hxx"
#include "UITools.hxx"
#include <algorithm>
+#include <iterator>
#include <svtools/treelistbox.hxx>
#include <com/sun/star/sdb/XReportDocumentsSupplier.hpp>
#include <com/sun/star/sdb/XFormDocumentsSupplier.hpp>
diff --git a/dbaccess/source/ui/dlg/DbAdminImpl.cxx b/dbaccess/source/ui/dlg/DbAdminImpl.cxx
index 91ae31864ed1..7d9a00459492 100644
--- a/dbaccess/source/ui/dlg/DbAdminImpl.cxx
+++ b/dbaccess/source/ui/dlg/DbAdminImpl.cxx
@@ -69,6 +69,7 @@
#include <osl/mutex.hxx>
#include <algorithm>
+#include <iterator>
#include <functional>
#include <o3tl/functional.hxx>
diff --git a/dbaccess/source/ui/relationdesign/RelationController.cxx b/dbaccess/source/ui/relationdesign/RelationController.cxx
index 29a71be5b36b..c5e17dac51e9 100644
--- a/dbaccess/source/ui/relationdesign/RelationController.cxx
+++ b/dbaccess/source/ui/relationdesign/RelationController.cxx
@@ -19,6 +19,7 @@
#include <sal/config.h>
+#include <iterator>
#include <map>
#include "dbu_reghelper.hxx"
diff --git a/drawinglayer/source/primitive2d/baseprimitive2d.cxx b/drawinglayer/source/primitive2d/baseprimitive2d.cxx
index 382cdbb27b23..6f89cf3b9358 100644
--- a/drawinglayer/source/primitive2d/baseprimitive2d.cxx
+++ b/drawinglayer/source/primitive2d/baseprimitive2d.cxx
@@ -19,6 +19,7 @@
#include <sal/config.h>
+#include <iterator>
#include <utility>
#include <drawinglayer/primitive2d/baseprimitive2d.hxx>
diff --git a/editeng/source/outliner/paralist.cxx b/editeng/source/outliner/paralist.cxx
index 5c0a2c22e5be..3912f5804850 100644
--- a/editeng/source/outliner/paralist.cxx
+++ b/editeng/source/outliner/paralist.cxx
@@ -26,6 +26,8 @@
#include <osl/diagnose.h>
#include <tools/debug.hxx>
+#include <iterator>
+
ParagraphData::ParagraphData()
: nDepth( -1 )
, mnNumberingStartValue( -1 )
diff --git a/extensions/source/propctrlr/eventhandler.cxx b/extensions/source/propctrlr/eventhandler.cxx
index d2ac643643b5..496ccd0ed6e6 100644
--- a/extensions/source/propctrlr/eventhandler.cxx
+++ b/extensions/source/propctrlr/eventhandler.cxx
@@ -69,6 +69,7 @@
#include <map>
#include <algorithm>
+#include <iterator>
#include <o3tl/functional.hxx>
extern "C" void SAL_CALL createRegistryInfo_EventHandler()
diff --git a/extensions/source/propctrlr/propertycomposer.cxx b/extensions/source/propctrlr/propertycomposer.cxx
index 9c99e8c6b6b9..74e60b43af68 100644
--- a/extensions/source/propctrlr/propertycomposer.cxx
+++ b/extensions/source/propctrlr/propertycomposer.cxx
@@ -26,6 +26,7 @@
#include <functional>
#include <algorithm>
+#include <iterator>
#include <map>
diff --git a/reportdesign/source/filter/xml/xmlExport.cxx b/reportdesign/source/filter/xml/xmlExport.cxx
index b1e901779d6f..30f910567ad4 100644
--- a/reportdesign/source/filter/xml/xmlExport.cxx
+++ b/reportdesign/source/filter/xml/xmlExport.cxx
@@ -58,6 +58,7 @@
#include <boost/bind.hpp>
+#include <iterator>
namespace rptxml
{
diff --git a/reportdesign/source/ui/inspection/GeometryHandler.cxx b/reportdesign/source/ui/inspection/GeometryHandler.cxx
index da2521782993..6e5fbbca0a8e 100644
--- a/reportdesign/source/ui/inspection/GeometryHandler.cxx
+++ b/reportdesign/source/ui/inspection/GeometryHandler.cxx
@@ -19,6 +19,7 @@
#include <sal/config.h>
+#include <iterator>
#include <map>
#include "GeometryHandler.hxx"
diff --git a/toolkit/source/helper/formpdfexport.cxx b/toolkit/source/helper/formpdfexport.cxx
index be2eadd80e61..b3a9f0a095a3 100644
--- a/toolkit/source/helper/formpdfexport.cxx
+++ b/toolkit/source/helper/formpdfexport.cxx
@@ -39,6 +39,7 @@
#include <functional>
#include <algorithm>
+#include <iterator>
namespace toolkitform