diff options
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/comp/basiccharclass.cxx | 1 | ||||
-rw-r--r-- | basic/source/comp/scanner.cxx | 1 | ||||
-rw-r--r-- | basic/source/runtime/runtime.cxx | 1 | ||||
-rw-r--r-- | basic/source/sbx/sbxscan.cxx | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/basic/source/comp/basiccharclass.cxx b/basic/source/comp/basiccharclass.cxx index e71d8ab827aa..818190b9fd72 100644 --- a/basic/source/comp/basiccharclass.cxx +++ b/basic/source/comp/basiccharclass.cxx @@ -20,6 +20,7 @@ #include <basiccharclass.hxx> #include <unotools/charclass.hxx> +#include <rtl/character.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> diff --git a/basic/source/comp/scanner.cxx b/basic/source/comp/scanner.cxx index 821f231aea20..02ca0f3428aa 100644 --- a/basic/source/comp/scanner.cxx +++ b/basic/source/comp/scanner.cxx @@ -25,6 +25,7 @@ #include <i18nlangtag/lang.h> #include <svl/zforlist.hxx> #include <vcl/svapp.hxx> +#include <rtl/character.hxx> SbiScanner::SbiScanner( const OUString& rBuf, StarBASIC* p ) : aBuf( rBuf ) { diff --git a/basic/source/runtime/runtime.cxx b/basic/source/runtime/runtime.cxx index 7d881967c6df..be501d946071 100644 --- a/basic/source/runtime/runtime.cxx +++ b/basic/source/runtime/runtime.cxx @@ -43,6 +43,7 @@ #include <rtl/instance.hxx> #include <rtl/math.hxx> #include <rtl/ustrbuf.hxx> +#include <rtl/character.hxx> #include <svl/zforlist.hxx> diff --git a/basic/source/sbx/sbxscan.cxx b/basic/source/sbx/sbxscan.cxx index 97c52b174ed0..9b1e47827b03 100644 --- a/basic/source/sbx/sbxscan.cxx +++ b/basic/source/sbx/sbxscan.cxx @@ -25,6 +25,7 @@ #include "sbxconv.hxx" #include <unotools/syslocale.hxx> +#include <unotools/charclass.hxx> #include <stdlib.h> |