From 754c6af45ac64e2fec04e0bbea571c2892a672d8 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Thu, 28 Feb 2019 04:42:42 +0100 Subject: 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 --- basic/source/comp/codegen.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'basic/source/comp') 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 #include #include +#include #include // nInc is the increment size of the buffers -- cgit