sfx2/source/appl/shutdowniconw32.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit da86317827b494affb12039b9b7c817652f7d598
Author:     Mike Kaganski <mike.kagan...@collabora.com>
AuthorDate: Mon Dec 27 08:10:57 2021 +0100
Commit:     Mike Kaganski <mike.kagan...@collabora.com>
CommitDate: Mon Dec 27 08:12:22 2021 +0100

    Missing include
    
    ... after commit ad492932e9b64991001a0eb5e0aa1fa7801bb3fa
        author      Noel Grandin <noelgran...@gmail.com>
        date        Sat Dec 25 19:04:05 2021 +0200
        use comphelper::WeakComponentImplHelper in ShutdownIcon
    
    Change-Id: I1b692522ddf0601320f1a789d9950a4825f703fe
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127484
    Tested-by: Mike Kaganski <mike.kagan...@collabora.com>
    Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com>

diff --git a/sfx2/source/appl/shutdowniconw32.cxx 
b/sfx2/source/appl/shutdowniconw32.cxx
index 540cc76172bf..4cf339b3eece 100644
--- a/sfx2/source/appl/shutdowniconw32.cxx
+++ b/sfx2/source/appl/shutdowniconw32.cxx
@@ -30,6 +30,7 @@
 #include <sfx2/strings.hrc>
 #include <shlobj.h>
 #include <objidl.h>
+#include <osl/diagnose.h>
 #include <osl/thread.h>
 #include <systools/win32/qswin32.h>
 #include <comphelper/sequenceashashmap.hxx>

Reply via email to