summaryrefslogtreecommitdiff
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:41:53 +0200
commit319ac1fded32875416c668b51e6566ecacd1c0e1 (patch)
treeed7764938216334a01f36cd031ab1f221e0359f5
parent1b049bd2dae52dc154ea6bee075a254a9b6cc318 (diff)
Fix tinderbox failures due to missing include
Change-Id: Ied4c829bbe3038e483524669a85a0a7eaa055eb9
-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"