diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-04-06 09:15:23 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-04-06 17:32:51 +0200 |
commit | b1253218e428640c0079916ddd5688c8fbb7171e (patch) | |
tree | 61fcd23c92f2e737be9d63a049bc6bc1651b415e /avmedia | |
parent | b6fa0c15af7ea06a71d65e03204376fce7766ee9 (diff) |
forward declare vcl::window in vcl/event.hxx
Change-Id: Ib3fc1b72d3d45377e2d4ccd0ff3e6835d2c29930
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113631
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'avmedia')
-rw-r--r-- | avmedia/source/viewer/mediaevent_impl.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/avmedia/source/viewer/mediaevent_impl.cxx b/avmedia/source/viewer/mediaevent_impl.cxx index 9fbaceea1145..c724b172ad3e 100644 --- a/avmedia/source/viewer/mediaevent_impl.cxx +++ b/avmedia/source/viewer/mediaevent_impl.cxx @@ -21,6 +21,7 @@ #include <osl/mutex.hxx> #include <vcl/svapp.hxx> #include <vcl/event.hxx> +#include <vcl/window.hxx> using namespace ::com::sun::star; |