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

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Mon Sep 16 12:43:53 UTC 2019


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

New commits:
commit a3b03ba1316b1ec0a9b0a3b45b96dc0a49aa9f1f
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Mon Sep 16 13:59:08 2019 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Mon Sep 16 14:43:07 2019 +0200

    missing include
    
    (Windows --disable-pch missed declaration of HasAtHook again after
    55402d82c5a81322ff7bca3c277a8813bd967a09 "tdf#42949 Fix IWYU warnings in
    vcl/source/[o-w]*/" had reverted be394e1cec8eefd21f5963857b90c2268b511fc5
    "missing include")
    
    Change-Id: I4f8ba1721d68852b2921daef1a3b538154be190a
    Reviewed-on: https://gerrit.libreoffice.org/78995
    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 ede298e73110..cb467f034d4e 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