diff options
Diffstat (limited to 'include')
-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; |