diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-06-03 18:42:59 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-06-04 08:26:55 +0200 |
commit | 3dfaee0d6eded9668c3e949e026cd3375f0ee663 (patch) | |
tree | 0814bc35e24d64d454a31c2074e822793ddee3d9 | |
parent | 466a98b5ad26245f182166eece19fe16219feed3 (diff) |
css::awt::Size must be a complete type here (Windows --disable-pch)
...when instantiating implicitly defined special member functions of
SVX_DLLPUBLIC EnhancedCustomShape2d, due to seqSubViewSize member
Change-Id: I7dd22ba0602461c1bbe2e1e5351e161f2e098c37
Reviewed-on: https://gerrit.libreoffice.org/73404
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
-rw-r--r-- | include/svx/EnhancedCustomShape2d.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/EnhancedCustomShape2d.hxx b/include/svx/EnhancedCustomShape2d.hxx index dfc67806cc05..ea5e4fc1f1b3 100644 --- a/include/svx/EnhancedCustomShape2d.hxx +++ b/include/svx/EnhancedCustomShape2d.hxx @@ -22,6 +22,7 @@ #include <svx/msdffdef.hxx> #include <svx/sdasitm.hxx> +#include <com/sun/star/awt/Size.hpp> #include <com/sun/star/uno/Sequence.h> #include <com/sun/star/beans/PropertyValues.hpp> #include <svl/itemset.hxx> @@ -40,7 +41,6 @@ #include <vector> namespace com::sun::star::awt { struct Point; } -namespace com::sun::star::awt { struct Size; } class Color; class SdrObject; |