vcl/win/gdi/salnativewidgets-luna.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 14393256231c69ed143ddede4e7532ed8faa6a88
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Thu Mar 24 08:08:47 2022 +0100
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Thu Mar 24 10:54:16 2022 +0100

    loplugin:external
    
    > vcl/win/gdi/salnativewidgets-luna.cxx(399,6): error: externally available 
entity 'UseDarkMode' is not previously declared in an included file (if it is 
only used in this translation unit, make it static; otherwise, provide a 
declaration of it in an included file) [loplugin:external]
    > bool UseDarkMode()
    > ~~~~~^~~~~~~~~~~~~
    
    Change-Id: Idca63c3b9f25629db31cde48bc3c975f943a25f9
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132022
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/vcl/win/gdi/salnativewidgets-luna.cxx 
b/vcl/win/gdi/salnativewidgets-luna.cxx
index 1266c022bb89..f23ddc03eb0b 100644
--- a/vcl/win/gdi/salnativewidgets-luna.cxx
+++ b/vcl/win/gdi/salnativewidgets-luna.cxx
@@ -44,6 +44,7 @@
 #include <win/svsys.h>
 #include <win/salgdi.h>
 #include <win/saldata.hxx>
+#include <win/salframe.h>
 #include <win/scoped_gdi.hxx>
 #include <win/wingdiimpl.hxx>
 

Reply via email to