From cc7280efdbfefd96eb96b63dc8bd171d39704388 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sat, 18 Aug 2018 18:24:16 +0200 Subject: tdf#42949 Fix IWYU warnings in include/cppuhelper/* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ib420e9216b8313f5ed7634ec375e39ceb741fd45 Reviewed-on: https://gerrit.libreoffice.org/59297 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- include/toolkit/controls/controlmodelcontainerbase.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include/toolkit/controls') diff --git a/include/toolkit/controls/controlmodelcontainerbase.hxx b/include/toolkit/controls/controlmodelcontainerbase.hxx index eb8068e40f8e..9d92b8d4e8dc 100644 --- a/include/toolkit/controls/controlmodelcontainerbase.hxx +++ b/include/toolkit/controls/controlmodelcontainerbase.hxx @@ -31,6 +31,7 @@ #include #include #include +#include #include #include #include -- cgit