[Libreoffice-commits] core.git: basic/source
Thorsten Behrens (via logerrit)
logerrit at kemper.freedesktop.org
Thu Oct 29 09:21:28 UTC 2020
basic/source/sbx/sbxdec.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 9a9cdd5e1a01926a90d1c5776a010959fe1c59ff
Author: Thorsten Behrens <Thorsten.Behrens at CIB.de>
AuthorDate: Thu Oct 29 09:09:03 2020 +0100
Commit: Thorsten Behrens <Thorsten.Behrens at CIB.de>
CommitDate: Thu Oct 29 10:20:50 2020 +0100
basic: fix build after long->tools::Long
Seems 6436302f40252bc6619e304e2051115fee902e20 broke Windows ARM
Change-Id: I5c453ce39c81ef34e3cd55e519a7752881fd72a7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104991
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <Thorsten.Behrens at CIB.de>
diff --git a/basic/source/sbx/sbxdec.cxx b/basic/source/sbx/sbxdec.cxx
index 50f509cfe87d..1a7fb86b2a55 100644
--- a/basic/source/sbx/sbxdec.cxx
+++ b/basic/source/sbx/sbxdec.cxx
@@ -19,6 +19,7 @@
#include <o3tl/char16_t2wchar_t.hxx>
+#include <tools/long.hxx>
#include <basic/sberrors.hxx>
#include "sbxconv.hxx"
More information about the Libreoffice-commits
mailing list