summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2013-05-30 12:41:53 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2013-05-30 12:45:12 +0200
commit8951752ba204da513460d520c47c96dc8be9cbf1 (patch)
tree8531d8e382dac92faf914bad7290df6f7915e67a /oox
parent693707e338922d8dc7578975a1990e8a1cba6a53 (diff)
Fix tinderbox failures due to missing include
Change-Id: Ied4c829bbe3038e483524669a85a0a7eaa055eb9 (cherry picked from commit 319ac1fded32875416c668b51e6566ecacd1c0e1)
Diffstat (limited to 'oox')
-rw-r--r--oox/source/docprop/docprophandler.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/source/docprop/docprophandler.cxx b/oox/source/docprop/docprophandler.cxx
index 90da8a42070e..08cfda0b3ce4 100644
--- a/oox/source/docprop/docprophandler.cxx
+++ b/oox/source/docprop/docprophandler.cxx
@@ -25,6 +25,7 @@
#include <osl/time.h>
+#include <vector>
#include <boost/algorithm/string.hpp>
#include "oox/helper/attributelist.hxx"