diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-01-10 09:02:43 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-01-10 11:15:25 +0100 |
commit | 612941b64970b3e1f246652a8661fbaa56373242 (patch) | |
tree | 936f25357fdc0f02e72c95bd003c0cf1346aaefc /include | |
parent | 10f0c50c86db4e7b9130130e61412497a0e4848b (diff) |
VirtualDevice must be a complete type here (Windows --disable-pch)
...when instantiating implicitly defined special member functions of
SFX2_DLLPUBLIC SvxCharView
Change-Id: I6eae49bc33811122c3d276440698721e08391ac2
Reviewed-on: https://gerrit.libreoffice.org/66062
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/charwin.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sfx2/charwin.hxx b/include/sfx2/charwin.hxx index c718815b9bd2..2dd88b7e33e1 100644 --- a/include/sfx2/charwin.hxx +++ b/include/sfx2/charwin.hxx @@ -23,6 +23,7 @@ #include <sfx2/tbxctrl.hxx> #include <sfx2/dllapi.h> #include <vcl/customweld.hxx> +#include <vcl/virdev.hxx> #include <vcl/weld.hxx> class SFX2_DLLPUBLIC SvxCharView : public weld::CustomWidgetController |