diff options
author | Rene Engelhard <rene@debian.org> | 2018-05-15 14:40:19 +0200 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2018-05-15 14:51:01 +0200 |
commit | 941193639939c759616595c08241a817f7aed501 (patch) | |
tree | 594fc04d334c83d14a72d59f84de5927dd7367e5 /sc/inc | |
parent | fb345397694258d87746879e4c530cc11c777843 (diff) |
fix build
Change-Id: I71238209b4819f256045487f1db83d79f6fe49ba
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/miscuno.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/miscuno.hxx b/sc/inc/miscuno.hxx index bf5de0d2dee1..ec83181a4e9e 100644 --- a/sc/inc/miscuno.hxx +++ b/sc/inc/miscuno.hxx @@ -20,6 +20,8 @@ #ifndef INCLUDED_SC_INC_MISCUNO_HXX #define INCLUDED_SC_INC_MISCUNO_HXX +#include <vector> + #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/container/XEnumerationAccess.hpp> |