diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-09-19 21:23:28 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-09-19 21:23:28 +0200 |
commit | 347330f441dc127edc66834c10f5fa76bb65cf72 (patch) | |
tree | f46220165d7470e5f21ee0cfe0137f64a63f4b26 | |
parent | d4ef17ab1c596adfcd39dff3a78d6032d5fde02f (diff) |
oox: include vector here
Change-Id: I3e6b7ac2e4883125098d5e97ee61f35efb96a5e3
-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; } |