diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-01-15 17:13:15 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-01-15 19:08:43 +0100 |
commit | 797e0170f31ef10df0841e1cfae5c39903b6a316 (patch) | |
tree | e4c4de18d2f14e8eca919134b5c27cf5e469bf12 | |
parent | 196b41e8f1fb3fd1bf052f4b01b5630d15e07141 (diff) |
Toolbox needs to be a complete type here (Windows --disable-pch)
...because of the m_xToolBox data member and inline copy/move functions of
SVX_DLLPUBLIC MenuOrToolMenuButton
Change-Id: Ia070c28e31797f7d09c2862f5bb2775379c0a170
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86867
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
-rw-r--r-- | include/svx/colorwindow.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/colorwindow.hxx b/include/svx/colorwindow.hxx index 6f2054082f54..8a2f42751dfd 100644 --- a/include/svx/colorwindow.hxx +++ b/include/svx/colorwindow.hxx @@ -26,6 +26,7 @@ #include <svx/Palette.hxx> #include <vcl/lstbox.hxx> #include <vcl/fixed.hxx> +#include <vcl/toolbox.hxx> #include <functional> |