diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-27 09:53:18 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-10-27 11:25:34 +0200 |
commit | 834cbda1ec3f8b4fd5e64da4f8ff2f9072e35989 (patch) | |
tree | 1412a39545598b004ae8751ffc2ed2f90f538746 /sc/inc | |
parent | 67466a19752d73540e13697b91ca58429f6a64ac (diff) |
move SvRefMemberList into idl
since it's only usage is there
Change-Id: I882ddd3e08ab37cf7b3cca8121463598ea3d3bc4
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/grouparealistener.hxx | 1 | ||||
-rw-r--r-- | sc/inc/listenerquery.hxx | 1 | ||||
-rw-r--r-- | sc/inc/markdata.hxx | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/grouparealistener.hxx b/sc/inc/grouparealistener.hxx index 180113810664..99ade314a3ca 100644 --- a/sc/inc/grouparealistener.hxx +++ b/sc/inc/grouparealistener.hxx @@ -14,6 +14,7 @@ #include <calcmacros.hxx> #include <svl/listener.hxx> +#include <vector> class ScFormulaCell; class ScDocument; diff --git a/sc/inc/listenerquery.hxx b/sc/inc/listenerquery.hxx index 796116e56d1a..afe6b8a1e090 100644 --- a/sc/inc/listenerquery.hxx +++ b/sc/inc/listenerquery.hxx @@ -14,6 +14,7 @@ #include <svl/listener.hxx> #include <unordered_map> +#include <vector> class ScRangeList; diff --git a/sc/inc/markdata.hxx b/sc/inc/markdata.hxx index fc7aec64c6ce..20777a69367f 100644 --- a/sc/inc/markdata.hxx +++ b/sc/inc/markdata.hxx @@ -24,6 +24,7 @@ #include "scdllapi.h" #include <set> +#include <vector> namespace sc { |