summaryrefslogtreecommitdiff
path: root/oox/inc
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-09-19 21:23:28 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-09-19 21:23:28 +0200
commit347330f441dc127edc66834c10f5fa76bb65cf72 (patch)
treef46220165d7470e5f21ee0cfe0137f64a63f4b26 /oox/inc
parentd4ef17ab1c596adfcd39dff3a78d6032d5fde02f (diff)
oox: include vector here
Change-Id: I3e6b7ac2e4883125098d5e97ee61f35efb96a5e3
Diffstat (limited to 'oox/inc')
-rw-r--r--oox/inc/oox/vml/vmlformatting.hxx2
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; }