oox/source/docprop/docprophandler.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 319ac1fded32875416c668b51e6566ecacd1c0e1 Author: Fridrich Å trba <[email protected]> Date: Thu May 30 12:41:53 2013 +0200 Fix tinderbox failures due to missing include Change-Id: Ied4c829bbe3038e483524669a85a0a7eaa055eb9 diff --git a/oox/source/docprop/docprophandler.cxx b/oox/source/docprop/docprophandler.cxx index 90da8a4..08cfda0 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"
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
