summaryrefslogtreecommitdiff
path: root/reportdesign
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 /reportdesign
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 'reportdesign')
-rw-r--r--reportdesign/source/filter/xml/xmlExport.cxx1
-rw-r--r--reportdesign/source/ui/inspection/GeometryHandler.cxx1
2 files changed, 2 insertions, 0 deletions
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"