diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-09-05 18:56:19 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-09-05 18:56:19 +0200 |
commit | 07dee4da76ad8b2e68309ac41e7be1de572eb1af (patch) | |
tree | d08d4d202b90502c737f914977203eba977ee4e3 /fpicker | |
parent | fa1b2554d57ea72e4ff45d0d7377aa3671fb2c30 (diff) |
add missing include
Change-Id: Id28803d431c2f585f46b92888ee5b97293b63a2e
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/win32/misc/WinImplHelper.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fpicker/source/win32/misc/WinImplHelper.cxx b/fpicker/source/win32/misc/WinImplHelper.cxx index 525773be01fe..f20c2515f300 100644 --- a/fpicker/source/win32/misc/WinImplHelper.cxx +++ b/fpicker/source/win32/misc/WinImplHelper.cxx @@ -22,6 +22,7 @@ #include "AutoBuffer.hxx" #include "WinImplHelper.hxx" #include <com/sun/star/uno/Sequence.hxx> +#include <vector> //------------------------------------------------------------ // namespace directives |