vcl/source/app/salplug.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 6f654837ac9f6d3b3ade85f44cad92d3dc2af42e
Author: Stephan Bergmann <[email protected]>
AuthorDate: Tue Feb 8 07:54:35 2022 +0100
Commit: Stephan Bergmann <[email protected]>
CommitDate: Tue Feb 8 10:49:27 2022 +0100
loplugin:external (clang-cl)
> vcl/source/app/salplug.cxx(440,6): error: externally available entity
'HasAtHook' 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 HasAtHook()
> ~~~~~^~~~~~~~~~~
Change-Id: I8e293fa53ad0324d2cac4195145dad536e699c47
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129653
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <[email protected]>
diff --git a/vcl/source/app/salplug.cxx b/vcl/source/app/salplug.cxx
index 211643a638dd..378187dbfedc 100644
--- a/vcl/source/app/salplug.cxx
+++ b/vcl/source/app/salplug.cxx
@@ -66,6 +66,7 @@ extern "C" SalInstance* create_SalInstance();
#if defined(_WIN32)
#include <o3tl/char16_t2wchar_t.hxx>
+#include <salframe.hxx>
#include <Windows.h>
#else
#include <unistd.h>