sc/inc/SheetView.hxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 70038dfcb3ef96589e57e6812e6fec70c41e5800
Author: Stephan Bergmann <[email protected]>
AuthorDate: Mon Jan 5 16:34:59 2026 +0100
Commit: Stephan Bergmann <[email protected]>
CommitDate: Tue Jan 6 08:06:00 2026 +0100
missing include
Change-Id: Icf0eb4943596d33f632d2209cb955ebbc3434e72
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/196573
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <[email protected]>
diff --git a/sc/inc/SheetView.hxx b/sc/inc/SheetView.hxx
index 32972acecfcb..bfec055cdcba 100644
--- a/sc/inc/SheetView.hxx
+++ b/sc/inc/SheetView.hxx
@@ -14,6 +14,7 @@
#include <rtl/ustring.hxx>
#include "SheetViewTypes.hxx"
#include <optional>
+#include <vector>
class ScTable;