From f4dafe050abe42a36ed56576c23539eb808db5ba Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Tue, 26 Jun 2018 07:09:39 +0200 Subject: tdf#42949 Fix IWYU warnings in include/osl/*h Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ib2301526d7aa6982af6c8c79ed7e9a4c34b7bbf7 Reviewed-on: https://gerrit.libreoffice.org/56491 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- sal/rtl/cmdargs.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sal/rtl') diff --git a/sal/rtl/cmdargs.cxx b/sal/rtl/cmdargs.cxx index bb70e4a65120..8e10b0bca04d 100644 --- a/sal/rtl/cmdargs.cxx +++ b/sal/rtl/cmdargs.cxx @@ -18,6 +18,7 @@ */ #include +#include #include #include -- cgit