summaryrefslogtreecommitdiff
path: root/drawinglayer
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 /drawinglayer
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 'drawinglayer')
-rw-r--r--drawinglayer/source/primitive2d/baseprimitive2d.cxx1
1 files changed, 1 insertions, 0 deletions
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>