summaryrefslogtreecommitdiff
path: root/include/svx/EnhancedCustomShape2d.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-06-03 18:42:59 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-06-04 08:26:55 +0200
commit3dfaee0d6eded9668c3e949e026cd3375f0ee663 (patch)
tree0814bc35e24d64d454a31c2074e822793ddee3d9 /include/svx/EnhancedCustomShape2d.hxx
parent466a98b5ad26245f182166eece19fe16219feed3 (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>
Diffstat (limited to 'include/svx/EnhancedCustomShape2d.hxx')
-rw-r--r--include/svx/EnhancedCustomShape2d.hxx2
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;