include/connectivity/dbtools.hxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 1a52b9141e0e1e995e2e325760dc51ae79123a6a
Author: Stephan Bergmann <[email protected]>
AuthorDate: Tue Nov 18 12:43:53 2025 +0100
Commit: Stephan Bergmann <[email protected]>
CommitDate: Tue Nov 18 15:51:23 2025 +0100
Missing include
Change-Id: I0c9b387dc946e8eee8bb800184d95b138d897f32
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194157
Reviewed-by: Stephan Bergmann <[email protected]>
Tested-by: Jenkins
diff --git a/include/connectivity/dbtools.hxx b/include/connectivity/dbtools.hxx
index c259288e1316..b06ffe74a0a7 100644
--- a/include/connectivity/dbtools.hxx
+++ b/include/connectivity/dbtools.hxx
@@ -23,6 +23,7 @@
#include <map>
#include <string_view>
+#include <vector>
#include <comphelper/stl_types.hxx>
#include <unotools/sharedunocomponent.hxx>