chart2/source/tools/InternalDataProvider.cxx |    1 +
 vcl/win/gdi/salfont.cxx                      |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit edb36ef2bf9cb58ea2c12f7e6374adac249bc7a5
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Wed Jul 25 18:40:01 2018 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Thu Jul 26 07:59:05 2018 +0200

    Missing includes (Windows --disable-pch)
    
    Change-Id: Iea067e3529de9208bd0a00c276eb03858816bd00
    Reviewed-on: https://gerrit.libreoffice.org/57996
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/chart2/source/tools/InternalDataProvider.cxx 
b/chart2/source/tools/InternalDataProvider.cxx
index 12f3231cc291..b5f0541c8236 100644
--- a/chart2/source/tools/InternalDataProvider.cxx
+++ b/chart2/source/tools/InternalDataProvider.cxx
@@ -19,6 +19,7 @@
 
 #include <rtl/math.hxx>
 
+#include <iterator>
 #include <valarray>
 
 #include <InternalDataProvider.hxx>
diff --git a/vcl/win/gdi/salfont.cxx b/vcl/win/gdi/salfont.cxx
index 03c428fc72a3..16613637f56b 100644
--- a/vcl/win/gdi/salfont.cxx
+++ b/vcl/win/gdi/salfont.cxx
@@ -35,6 +35,7 @@
 #include <osl/file.hxx>
 #include <osl/process.h>
 #include <rtl/bootstrap.hxx>
+#include <rtl/tencinfo.h>
 #include <o3tl/char16_t2wchar_t.hxx>
 #include <tools/helpers.hxx>
 #include <tools/stream.hxx>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to