[Libreoffice-commits] core.git: vcl/source

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Tue Apr 16 13:07:08 UTC 2019


 vcl/source/app/winscheduler.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 0d3d5dddbfb681dc3a66089726b0366087e3e2c1
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue Apr 16 13:35:33 2019 +0200
Commit:     Stephan Bergmann <sbergman at 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 <sbergman at 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>


More information about the Libreoffice-commits mailing list