sc/qa/unit/uicalc/uicalc.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit e46b6fcb7941a83f7764830284501f4fd7e6aad2
Author: Gabor Kelemen <[email protected]>
AuthorDate: Thu Sep 2 11:34:48 2021 +0200
Commit: Gabor Kelemen <[email protected]>
CommitDate: Thu Sep 2 11:44:12 2021 +0200
Add missing include to compile unit test
Change-Id: I9cceec0f818dc1024a4d3b568e4e6e3fffe76219
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121508
Tested-by: Gabor Kelemen <[email protected]>
Reviewed-by: Gabor Kelemen <[email protected]>
diff --git a/sc/qa/unit/uicalc/uicalc.cxx b/sc/qa/unit/uicalc/uicalc.cxx
index 55fc9615ce41..25297e9f8452 100644
--- a/sc/qa/unit/uicalc/uicalc.cxx
+++ b/sc/qa/unit/uicalc/uicalc.cxx
@@ -15,6 +15,7 @@
#include <comphelper/propertysequence.hxx>
#include <comphelper/processfactory.hxx>
#include <com/sun/star/frame/Desktop.hpp>
+#include <dbdata.hxx>
#include <document.hxx>
#include <docuno.hxx>
#include <tabvwsh.hxx>