diff options
author | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2020-10-29 09:09:03 +0100 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2020-10-29 10:20:50 +0100 |
commit | 9a9cdd5e1a01926a90d1c5776a010959fe1c59ff (patch) | |
tree | 2b648576dcb16374b736a742631ca59a1449d71c /basic | |
parent | 08c5891bfcd67a6e0b7768a17afc3153668300df (diff) |
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@CIB.de>
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/sbx/sbxdec.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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" |