diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2021-12-27 08:10:57 +0100 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2021-12-27 08:12:22 +0100 |
commit | da86317827b494affb12039b9b7c817652f7d598 (patch) | |
tree | 94ad7f909fca84e0451de30edc0eeea488d36689 /sfx2 | |
parent | 36df4a8929149ef106a0cd844eefa01e17497250 (diff) |
Missing include
... after commit ad492932e9b64991001a0eb5e0aa1fa7801bb3fa
author Noel Grandin <noelgrandin@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.kaganski@collabora.com>
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/shutdowniconw32.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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> |