diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-11-29 21:17:22 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-11-29 22:18:42 +0100 |
commit | ecc56435094e23165eb30db4d7f6a7e6aab0b47e (patch) | |
tree | b4fcb7b45899be44fb75d38353d5b2db86b44ca4 /include | |
parent | 33a96e45090033d8bf5aa59b1d103873e8f075ef (diff) |
missing include
Change-Id: Ie122f39f8fd3c8613eea7c9dc17e2c63d4b45823
Reviewed-on: https://gerrit.libreoffice.org/84091
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svtools/table/tablemodel.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svtools/table/tablemodel.hxx b/include/svtools/table/tablemodel.hxx index 907e2d2971eb..088b9a81783a 100644 --- a/include/svtools/table/tablemodel.hxx +++ b/include/svtools/table/tablemodel.hxx @@ -32,6 +32,7 @@ #include <boost/optional.hpp> #include <memory> +#include <vector> #include <o3tl/typed_flags_set.hxx> namespace svt { namespace table { class ITableDataSort; } } |