diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2023-09-11 15:19:28 +0200 |
---|---|---|
committer | Gabor Kelemen <kelemeng@ubuntu.com> | 2023-09-22 09:33:13 +0200 |
commit | 2f85eb7a2dcd9a53245897c87d16f5a51772846b (patch) | |
tree | d57645f4dd4c114bb52261b007595bc14a6d3858 /comphelper | |
parent | 1eef07805021b7ca26a1a8894809b6d995747ba1 (diff) |
tdf#146619 Recheck include/c* with IWYU
Change-Id: I0cf6f675483bddf82e7347b484a874c71963bfd7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156984
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/misc/compbase.cxx | 1 | ||||
-rw-r--r-- | comphelper/source/misc/syntaxhighlight.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/comphelper/source/misc/compbase.cxx b/comphelper/source/misc/compbase.cxx index f8a8897b7bb7..d88a534777f1 100644 --- a/comphelper/source/misc/compbase.cxx +++ b/comphelper/source/misc/compbase.cxx @@ -8,6 +8,7 @@ */ #include <comphelper/compbase.hxx> +#include <cppuhelper/queryinterface.hxx> #include <sal/log.hxx> #include <osl/diagnose.h> diff --git a/comphelper/source/misc/syntaxhighlight.cxx b/comphelper/source/misc/syntaxhighlight.cxx index 3ce8086e64d5..89dcb73752e4 100644 --- a/comphelper/source/misc/syntaxhighlight.cxx +++ b/comphelper/source/misc/syntaxhighlight.cxx @@ -22,6 +22,7 @@ #include <cassert> #include <rtl/character.hxx> +#include <rtl/ustring.hxx> #include <unicode/uchar.h> #include <comphelper/syntaxhighlight.hxx> #include <o3tl/typed_flags_set.hxx> |