vcl/source/app/winscheduler.cxx | 3 +++ 1 file changed, 3 insertions(+)
New commits: commit 0d3d5dddbfb681dc3a66089726b0366087e3e2c1 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Tue Apr 16 13:35:33 2019 +0200 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Tue Apr 16 15:06:28 2019 +0200 Missing include (Windows --disable-pch) Change-Id: I64662a4020ea402477af33d61d8db0ee062ebe46 Reviewed-on: https://gerrit.libreoffice.org/70819 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/vcl/source/app/winscheduler.cxx b/vcl/source/app/winscheduler.cxx index 8ec11211cfe0..d9cfa36451ca 100644 --- a/vcl/source/app/winscheduler.cxx +++ b/vcl/source/app/winscheduler.cxx @@ -19,6 +19,9 @@ #ifdef _WIN32 +#include <sal/config.h> + +#include <sal/log.hxx> #include <vcl/winscheduler.hxx> #include <svsys.h> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits