| commit | ecc56435094e23165eb30db4d7f6a7e6aab0b47e | [log] |
|---|---|---|
| author | Stephan Bergmann <sbergman@redhat.com> | Fri Nov 29 21:17:22 2019 +0100 |
| committer | Stephan Bergmann <sbergman@redhat.com> | Fri Nov 29 22:18:42 2019 +0100 |
| tree | b4fcb7b45899be44fb75d38353d5b2db86b44ca4 | |
| 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>
diff --git a/include/svtools/table/tablemodel.hxx b/include/svtools/table/tablemodel.hxx index 907e2d2..088b9a8 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; } }