summaryrefslogtreecommitdiffstats
path: root/vcl/source
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2016-03-09 00:01:36 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-03-09 07:53:56 +0000
commitadfa77254927dcb3f2a87eb0d23c71ad7282948b (patch)
tree9f5334e3eee7b42ae20a5e7b947cf8c57dc5c2b2 /vcl/source
parentFix unrecognized -Wv:18 option for clang-cl on MSVC 14.0 (diff)
downloadcore-adfa77254927dcb3f2a87eb0d23c71ad7282948b.tar.gz
core-adfa77254927dcb3f2a87eb0d23c71ad7282948b.zip
Add missing includes
These include were needed to compile on Windows, MSVC 14.0 with clang-cl. Change-Id: I4ca5cec8314920e90fcca6fa69ec4df87d680f29 Reviewed-on: https://gerrit.libreoffice.org/23044 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/gdi/textlayout.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/gdi/textlayout.cxx b/vcl/source/gdi/textlayout.cxx
index 0b7ac697f8b0..1e01659c0a8a 100644
--- a/vcl/source/gdi/textlayout.cxx
+++ b/vcl/source/gdi/textlayout.cxx
@@ -33,6 +33,7 @@
#endif
#include <memory>
+#include <iterator>
namespace vcl
{