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

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Tue Jul 16 09:26:31 UTC 2019


 vcl/source/app/svdata.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit be394e1cec8eefd21f5963857b90c2268b511fc5
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue Jul 16 08:34:18 2019 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Tue Jul 16 11:25:48 2019 +0200

    missing include
    
    (Windows --disable-pch missed declaration of HasAtHook)
    
    Change-Id: I7573328a4f672cbf3585a55ed87199f0982aa987
    Reviewed-on: https://gerrit.libreoffice.org/75673
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/vcl/source/app/svdata.cxx b/vcl/source/app/svdata.cxx
index 936ddf596852..d21f926dea5a 100644
--- a/vcl/source/app/svdata.cxx
+++ b/vcl/source/app/svdata.cxx
@@ -34,6 +34,7 @@
 #include <vcl/virdev.hxx>
 #include <vcl/wrkwin.hxx>
 #include <vcl/uitest/logger.hxx>
+#include <salframe.hxx>
 #include <scrwnd.hxx>
 #include <helpwin.hxx>
 #include <vcl/dialog.hxx>


More information about the Libreoffice-commits mailing list