sal/osl/w32/profile.cxx | 1 + vcl/inc/win/salinst.h | 4 ++++ 2 files changed, 5 insertions(+)
New commits: commit f702d752a785896bcaeadf767e8f2a7b296ba054 Author: Stephan Bergmann <sberg...@redhat.com> Date: Thu Sep 28 18:09:45 2017 +0200 Missing includes (--disable-pch) Change-Id: Iaa87663255f815e4f837df25d5338439d79c70dd diff --git a/sal/osl/w32/profile.cxx b/sal/osl/w32/profile.cxx index 1e586190b7e7..f3539e658110 100644 --- a/sal/osl/w32/profile.cxx +++ b/sal/osl/w32/profile.cxx @@ -26,6 +26,7 @@ #include <osl/diagnose.h> #include <osl/profile.h> #include <osl/process.h> +#include <osl/thread.h> #include <osl/file.h> #include <rtl/alloc.h> #include <sal/macros.h> diff --git a/vcl/inc/win/salinst.h b/vcl/inc/win/salinst.h index 8772ee00fa22..d95f08b49e91 100644 --- a/vcl/inc/win/salinst.h +++ b/vcl/inc/win/salinst.h @@ -20,6 +20,10 @@ #ifndef INCLUDED_VCL_INC_WIN_SALINST_H #define INCLUDED_VCL_INC_WIN_SALINST_H +#include <sal/config.h> + +#include <osl/conditn.hxx> + #include <salinst.hxx> class SalYieldMutex; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits