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

Stephan Bergmann sbergman at redhat.com
Thu Oct 5 07:43:28 UTC 2017


 vcl/win/app/saltimer.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 26537a9c1ae27faa24a760bdc91a2162a92b58d7
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Oct 5 09:42:58 2017 +0200

    Missing #include <tools/time.hxx> (--disable-pch)
    
    Change-Id: I8cf1092bb2a5718b90fda8925eeb5dd281842b70

diff --git a/vcl/win/app/saltimer.cxx b/vcl/win/app/saltimer.cxx
index c75b7534e718..e8d3e10d0b86 100644
--- a/vcl/win/app/saltimer.cxx
+++ b/vcl/win/app/saltimer.cxx
@@ -19,6 +19,8 @@
 
 #include <sal/config.h>
 
+#include <tools/time.hxx>
+
 #include <svsys.h>
 #include <win/saldata.hxx>
 #include <win/saltimer.h>


More information about the Libreoffice-commits mailing list