diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-05-30 12:41:53 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-05-30 12:41:53 +0200 |
commit | 319ac1fded32875416c668b51e6566ecacd1c0e1 (patch) | |
tree | ed7764938216334a01f36cd031ab1f221e0359f5 /oox | |
parent | 1b049bd2dae52dc154ea6bee075a254a9b6cc318 (diff) |
Fix tinderbox failures due to missing include
Change-Id: Ied4c829bbe3038e483524669a85a0a7eaa055eb9
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/docprop/docprophandler.cxx | 1 |
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" |