[Libreoffice-commits] core.git: chart2/source vcl/win
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Jul 26 05:59:28 UTC 2018
chart2/source/tools/InternalDataProvider.cxx | 1 +
vcl/win/gdi/salfont.cxx | 1 +
2 files changed, 2 insertions(+)
New commits:
commit edb36ef2bf9cb58ea2c12f7e6374adac249bc7a5
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed Jul 25 18:40:01 2018 +0200
Commit: Stephan Bergmann <sbergman at 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 <sbergman at 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>
More information about the Libreoffice-commits
mailing list