summaryrefslogtreecommitdiffstats
path: root/include/svtools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-11-29 21:17:22 +0100
committerStephan Bergmann <sbergman@redhat.com>2019-11-29 22:18:42 +0100
commitecc56435094e23165eb30db4d7f6a7e6aab0b47e (patch)
treeb4fcb7b45899be44fb75d38353d5b2db86b44ca4 /include/svtools
parentmissing include (for close) (diff)
downloadcore-ecc56435094e23165eb30db4d7f6a7e6aab0b47e.tar.gz
core-ecc56435094e23165eb30db4d7f6a7e6aab0b47e.zip
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/svtools')
-rw-r--r--include/svtools/table/tablemodel.hxx1
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; } }