diff options
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/config/htmlcfg.cxx | 1 | ||||
-rw-r--r-- | svtools/source/contnr/fileview.cxx | 1 | ||||
-rw-r--r-- | svtools/source/misc/langtab.cxx | 1 | ||||
-rw-r--r-- | svtools/source/svhtml/htmlout.cxx | 1 | ||||
-rw-r--r-- | svtools/source/table/cellvalueconversion.cxx | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/svtools/source/config/htmlcfg.cxx b/svtools/source/config/htmlcfg.cxx index b84e79243485..5fd83ff7027d 100644 --- a/svtools/source/config/htmlcfg.cxx +++ b/svtools/source/config/htmlcfg.cxx @@ -30,6 +30,7 @@ #include <rtl/instance.hxx> #include <list> #include <o3tl/typed_flags_set.hxx> +#include <com/sun/star/uno/Sequence.hxx> enum class HtmlCfgFlags { NONE = 0x000, diff --git a/svtools/source/contnr/fileview.cxx b/svtools/source/contnr/fileview.cxx index d769a2321714..be2282ee9710 100644 --- a/svtools/source/contnr/fileview.cxx +++ b/svtools/source/contnr/fileview.cxx @@ -72,6 +72,7 @@ #include <salhelper/timer.hxx> #include <vcl/svapp.hxx> #include <vcl/builderfactory.hxx> +#include <unotools/collatorwrapper.hxx> #include <unotools/ucbhelper.hxx> #include <unotools/intlwrapper.hxx> #include <unotools/syslocale.hxx> diff --git a/svtools/source/misc/langtab.cxx b/svtools/source/misc/langtab.cxx index 5ba340c2efc3..9b2e200eebe5 100644 --- a/svtools/source/misc/langtab.cxx +++ b/svtools/source/misc/langtab.cxx @@ -31,6 +31,7 @@ #include <svtools/svtresid.hxx> #include <svtools/langtab.hxx> #include <unotools/syslocale.hxx> +#include <unotools/charclass.hxx> #include <tools/resary.hxx> #include <officecfg/VCL.hxx> #include <langtab.hrc> diff --git a/svtools/source/svhtml/htmlout.cxx b/svtools/source/svhtml/htmlout.cxx index ae382dbb437c..dd94023011de 100644 --- a/svtools/source/svhtml/htmlout.cxx +++ b/svtools/source/svhtml/htmlout.cxx @@ -31,6 +31,7 @@ #include <svtools/imapcirc.hxx> #include <svtools/imappoly.hxx> #include <svl/urihelper.hxx> +#include <rtl/character.hxx> #include <sstream> diff --git a/svtools/source/table/cellvalueconversion.cxx b/svtools/source/table/cellvalueconversion.cxx index ac663a61fc0a..2c821db21c09 100644 --- a/svtools/source/table/cellvalueconversion.cxx +++ b/svtools/source/table/cellvalueconversion.cxx @@ -34,6 +34,7 @@ #include <tools/time.hxx> #include <tools/diagnose_ex.h> #include <unotools/syslocale.hxx> +#include <i18nlangtag/languagetag.hxx> #include <comphelper/processfactory.hxx> #include <memory> |