[Libreoffice-commits] core.git: include/svtools

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Fri Nov 29 21:19:51 UTC 2019


 include/svtools/table/tablemodel.hxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit ecc56435094e23165eb30db4d7f6a7e6aab0b47e
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Fri Nov 29 21:17:22 2019 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Fri Nov 29 22:18:42 2019 +0100

    missing include
    
    Change-Id: Ie122f39f8fd3c8613eea7c9dc17e2c63d4b45823
    Reviewed-on: https://gerrit.libreoffice.org/84091
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

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; } }


More information about the Libreoffice-commits mailing list