From 0505a00a9ba827e39338b295ab6f73743d5c80b9 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sat, 31 Oct 2020 14:28:47 +0100 Subject: tdf#42949 Fix new IWYU warnings in directories [ab]* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ib0008b9bb095f27e5e436d6b507dc709ab7bf01a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105313 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- basic/source/sbx/sbxvar.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'basic/source/sbx/sbxvar.cxx') diff --git a/basic/source/sbx/sbxvar.cxx b/basic/source/sbx/sbxvar.cxx index 5134ff751aaa..8e5b80ef1e08 100644 --- a/basic/source/sbx/sbxvar.cxx +++ b/basic/source/sbx/sbxvar.cxx @@ -28,6 +28,7 @@ #include "sbxconv.hxx" #include #include +#include #include #include -- cgit