diff options
-rw-r--r-- | oox/inc/oox/vml/vmlformatting.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/oox/inc/oox/vml/vmlformatting.hxx b/oox/inc/oox/vml/vmlformatting.hxx index 1cbb3193d7f0..277b35837af0 100644 --- a/oox/inc/oox/vml/vmlformatting.hxx +++ b/oox/inc/oox/vml/vmlformatting.hxx @@ -25,6 +25,8 @@ #include <com/sun/star/awt/Point.hpp> #include <com/sun/star/drawing/PolyPolygonBezierCoords.hpp> +#include <vector> + namespace oox { class GraphicHelper; namespace drawingml { class Color; } |