diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2023-09-16 23:06:24 +0200 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2023-11-06 00:33:57 +0100 |
commit | 026be6f62f183f14b9c0bf2e50cde9ac69856f53 (patch) | |
tree | 9dfc589bc4f00b4e6a378f72d6083cd4b2f1dc94 /tools | |
parent | 5fb20ede2fb47ef91d70b49288129adf8015f34b (diff) |
tdf#146619 Recheck include/t* with IWYU
Change-Id: I005257e458351285b1b35ffe49c8b42834a6db68
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156990
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/inet/inetmime.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/source/inet/inetmime.cxx b/tools/source/inet/inetmime.cxx index e6b725490e58..6694dc398669 100644 --- a/tools/source/inet/inetmime.cxx +++ b/tools/source/inet/inetmime.cxx @@ -27,6 +27,7 @@ #include <rtl/strbuf.hxx> #include <rtl/ustrbuf.hxx> #include <rtl/tencinfo.h> +#include <tools/debug.hxx> #include <tools/inetmime.hxx> #include <rtl/character.hxx> |