diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-02-28 04:42:42 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-03-07 14:20:10 +0100 |
commit | 754c6af45ac64e2fec04e0bbea571c2892a672d8 (patch) | |
tree | 8b53db05afb86cb7ec65f34ed80f20a5ad95621c /basic/source/comp | |
parent | 756d7d7073e0542a7b1ae92cb88bada3530e50e9 (diff) |
tdf#42949 Fix IWYU warnings in include/basic/*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I9dd7984affc4343f148c66077feaac19176adf51
Reviewed-on: https://gerrit.libreoffice.org/68769
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'basic/source/comp')
-rw-r--r-- | basic/source/comp/codegen.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/basic/source/comp/codegen.cxx b/basic/source/comp/codegen.cxx index eeb610bbed99..dbed7a50ac0b 100644 --- a/basic/source/comp/codegen.cxx +++ b/basic/source/comp/codegen.cxx @@ -27,6 +27,7 @@ #include <algorithm> #include <string_view> #include <osl/diagnose.h> +#include <rtl/ustrbuf.hxx> #include <com/sun/star/script/ModuleType.hpp> // nInc is the increment size of the buffers |